|
|
|
@ -9,5 +9,5 @@ import cn.estsh.i3plus.pojo.mes.bean.MesPartSpecific;
|
|
|
|
|
* @Date: 2021/3/24 3:13 PM
|
|
|
|
|
* @Modify:
|
|
|
|
|
*/
|
|
|
|
|
public interface MesPartSpecifidRepository extends BaseRepository<MesPartSpecific, Long> {
|
|
|
|
|
public interface MesPartSpecificRepository extends BaseRepository<MesPartSpecific, Long> {
|
|
|
|
|
}
|