主数据信息
parent
beb2285591
commit
66a66f229b
@ -0,0 +1,10 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.wms.repository;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||||
|
import cn.estsh.i3plus.pojo.wms.bean.WmsProdCfgType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Created by Administrator on 2019/6/18.
|
||||||
|
*/
|
||||||
|
public interface WmsProdCfgTypeRepository extends BaseRepository<WmsProdCfgType, Long> {
|
||||||
|
}
|
Loading…
Reference in New Issue