【bug:6545类型信息增加枚举】
parent
ca57c0342a
commit
3eda200854
@ -0,0 +1,14 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.mes.repository;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||||
|
import cn.estsh.i3plus.pojo.mes.bean.MesPartObject;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description:
|
||||||
|
* @Reference:
|
||||||
|
* @Author: joke.wang
|
||||||
|
* @CreateDate: 2019\11\21 17:06
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
public interface MesPartObjectRepository extends BaseRepository<MesPartObject, Long> {
|
||||||
|
}
|
Loading…
Reference in New Issue