Monica视频监控处理程序
xc
2020-12-11 8b757f3895986eaf96a2530ed5411bf0b16a66c6
1
2
3
4
5
6
7
package com.hbbh.adapter.dao.golden;
 
import com.hbbh.adapter.pojo.golden.KTNZ2C_PLC;
import org.springframework.data.jpa.repository.JpaRepository;
 
public interface KTNZ2C_PLCDao extends JpaRepository<KTNZ2C_PLC, Integer> {
}