forked from I3-YF/i3plus-mes-yfai
问题清单问题修复
parent
1be92c9e7b
commit
47e0abbd06
@ -1,13 +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.MesPartTypePicture;
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
|
||||||
import org.springframework.stereotype.Service;
|
|
||||||
|
|
||||||
@Service
|
|
||||||
@Slf4j
|
|
||||||
public class MesPartTypePictureService extends BaseMesService<MesPartTypePicture> implements IBaseMesService<MesPartTypePicture> {
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue