墨西哥WMS报工业务新增功能:通用脚本导入接口+生产版本DAO层+生产计划主表计划状态FINISH(25, "FINISH", "已完成")
parent
d8d2dea922
commit
5c1164a938
@ -0,0 +1,17 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.wms.repository;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||||
|
import cn.estsh.i3plus.pojo.wms.bean.MesPpMaster;
|
||||||
|
import cn.estsh.i3plus.pojo.wms.bean.WmsProductVersion;
|
||||||
|
import org.springframework.stereotype.Repository;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description 生产版本DAO层
|
||||||
|
* @Reference
|
||||||
|
* @Author dragon
|
||||||
|
* @CreateDate 2020/12/4 18:49
|
||||||
|
* @Modify
|
||||||
|
*/
|
||||||
|
@Repository
|
||||||
|
public interface WmsProductVersionRepository extends BaseRepository<WmsProductVersion, Long> {
|
||||||
|
}
|
Loading…
Reference in New Issue