forked from I3-YF/i3plus-mes-yfai
主页面输入查询条件后未按查询条件查询
parent
128f48e7f2
commit
4f5e0bc133
@ -1,13 +0,0 @@
|
|||||||
package cn.estsh.i3plus.ext.mes.api.base;
|
|
||||||
|
|
||||||
import cn.estsh.i3plus.pojo.mes.bean.MesCenterShiftGroup;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @Description:
|
|
||||||
* @CreateDate 2024/04/16
|
|
||||||
* @Author mingliang.li
|
|
||||||
*/
|
|
||||||
public interface IMesCenterShiftGroupService extends IBaseMesService<MesCenterShiftGroup> {
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
@ -0,0 +1,13 @@
|
|||||||
|
package cn.estsh.i3plus.ext.mes.api.base;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.mes.bean.MesShiftGroupCenterCfg;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description:
|
||||||
|
* @CreateDate 2024/04/16
|
||||||
|
* @Author mingliang.li
|
||||||
|
*/
|
||||||
|
public interface IMesShiftGroupCenterCfgService extends IBaseMesService<MesShiftGroupCenterCfg> {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue