【任务:1193接口repository】/s
parent
9842ed2181
commit
9ca2760866
@ -0,0 +1,14 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.mes.pcn.repository;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||||
|
import cn.estsh.i3plus.pojo.mes.pcn.bean.IfPackageDetail;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description:
|
||||||
|
* @Reference:
|
||||||
|
* @Author: joke.wang
|
||||||
|
* @CreateDate: 2019\11\15 17:47
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
public interface IfPackageDetailRepository extends BaseRepository<IfPackageDetail, Long> {
|
||||||
|
}
|
@ -0,0 +1,14 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.mes.pcn.repository;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||||
|
import cn.estsh.i3plus.pojo.mes.pcn.bean.IfProductOffLine;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description:
|
||||||
|
* @Reference:
|
||||||
|
* @Author: joke.wang
|
||||||
|
* @CreateDate: 2019\11\15 17:48
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
public interface IfProductOffLineRepository extends BaseRepository<IfProductOffLine, Long> {
|
||||||
|
}
|
Loading…
Reference in New Issue