【1693-设备状态监控看板】
parent
87664b96cb
commit
2c50fceec9
@ -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.IfRawPartData;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description :
|
||||||
|
* @Reference :
|
||||||
|
* @CreateDate : 2020-04-21 09:53
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
public interface IfRawPartDataRepository extends BaseRepository<IfRawPartData, Long> {
|
||||||
|
}
|
Loading…
Reference in New Issue