forked from I3-YF/i3plus-mes-yfai
修改描述
parent
aa1ba2b717
commit
30c2122c15
@ -1,12 +1,13 @@
|
|||||||
package cn.estsh.i3plus.ext.mes.apiservice.serviceimpl.base;
|
package cn.estsh.i3plus.ext.mes.apiservice.serviceimpl.base;
|
||||||
|
|
||||||
import cn.estsh.i3plus.ext.mes.api.base.IBaseMesService;
|
import cn.estsh.i3plus.ext.mes.api.base.IBaseMesService;
|
||||||
|
import cn.estsh.i3plus.ext.mes.api.base.IMesEquipmentSpotCheckService;
|
||||||
import cn.estsh.i3plus.pojo.mes.bean.MesEquipmentSpotCheck;
|
import cn.estsh.i3plus.pojo.mes.bean.MesEquipmentSpotCheck;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
@Service
|
@Service
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class MesEquipmentSpotCheckService extends BaseMesService<MesEquipmentSpotCheck> implements IBaseMesService<MesEquipmentSpotCheck> {
|
public class MesEquipmentSpotCheckService extends BaseMesService<MesEquipmentSpotCheck> implements IMesEquipmentSpotCheckService {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue