|
|
|
@ -2,6 +2,7 @@ package cn.estsh.i3plus.pojo.mes.repository;
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.MesPlc;
|
|
|
|
|
import org.springframework.stereotype.Repository;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Description:
|
|
|
|
@ -10,5 +11,6 @@ import cn.estsh.i3plus.pojo.mes.bean.MesPlc;
|
|
|
|
|
* @CreateDate:2019\10\9 0009 11:16
|
|
|
|
|
* @Modify:
|
|
|
|
|
**/
|
|
|
|
|
@Repository
|
|
|
|
|
public interface MesPlcRepository extends BaseRepository<MesPlc, Long> {
|
|
|
|
|
}
|
|
|
|
|