工装使用次数预警job
parent
d96f4b5d74
commit
fd32eb6bf8
@ -0,0 +1,13 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.mes.repository;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||||
|
import cn.estsh.i3plus.pojo.mes.bean.MesToolingDetail;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description:
|
||||||
|
* @Author: jokelin
|
||||||
|
* @Date: 2021/6/26 5:57 PM
|
||||||
|
* @Modify:
|
||||||
|
*/
|
||||||
|
public interface MesToolingDetailRepository extends BaseRepository<MesToolingDetail, Long> {
|
||||||
|
}
|
Loading…
Reference in New Issue