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