|
|
|
@ -3,6 +3,7 @@ package cn.estsh.i3plus.pojo.mes.repository;
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.MesPackageDetail;
|
|
|
|
|
import org.springframework.stereotype.Repository;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -10,5 +11,6 @@ import cn.estsh.i3plus.pojo.mes.bean.MesPackageDetail;
|
|
|
|
|
* @CreateDate: 2019/10/19 10:33 上午
|
|
|
|
|
* @Description:
|
|
|
|
|
**/
|
|
|
|
|
@Repository
|
|
|
|
|
public interface MesPackageDetailRepository extends BaseRepository<MesPackageDetail, Long> {
|
|
|
|
|
}
|
|
|
|
|