PartRepository

yun-zuoyi
gragon.xu 7 years ago
parent 1d7aae1310
commit a626a6f91b

@ -0,0 +1,15 @@
package cn.estsh.i3plus.pojo.wms.repository;
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
import cn.estsh.i3plus.pojo.wms.bean.WareHouse;
import org.springframework.stereotype.Repository;
/**
* @Description :
* @Reference :
* @Author : dragon.xu
* @CreateDate : 2018-11-08 10:19
* @Modify:
**/
@Repository
public interface WarePartRepository extends BaseRepository<WareHouse, Long> {
}
Loading…
Cancel
Save