|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
package cn.estsh.i3plus.pojo.mes.repository;
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.MesBoardShiftSectionCapacity;
|
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.MesBoardShiftSectionCap;
|
|
|
|
|
import org.springframework.stereotype.Repository;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -11,5 +11,5 @@ import org.springframework.stereotype.Repository;
|
|
|
|
|
* @Modify:
|
|
|
|
|
*/
|
|
|
|
|
@Repository
|
|
|
|
|
public interface MesBoardShiftSectionCapacityRepository extends BaseRepository<MesBoardShiftSectionCapacity, Long> {
|
|
|
|
|
public interface MesBoardShiftSectionCapRepository extends BaseRepository<MesBoardShiftSectionCap, Long> {
|
|
|
|
|
}
|