forked from I3-YF/i3plus-mes-yfai
Merge remote-tracking branch 'origin/dev' into dev
commit
e2fc0df9f3
@ -1,14 +1,16 @@
|
||||
package cn.estsh.i3plus.ext.mes.apiservice.controller.base;
|
||||
|
||||
import cn.estsh.i3plus.ext.mes.pojo.constant.MesCommonConstant;
|
||||
import cn.estsh.i3plus.pojo.mes.bean.MesDefectManagement;
|
||||
import cn.estsh.i3plus.pojo.mes.bean.MesPartTypePicture;
|
||||
import io.swagger.annotations.Api;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@Api("可疑缺陷管理")
|
||||
/**
|
||||
* 物料发运组
|
||||
*/
|
||||
@Api("零件类型与图片的对应关系")
|
||||
@RestController
|
||||
@RequestMapping(MesCommonConstant.MES_YANFEN + "/mesDefectManagement")
|
||||
|
||||
public class MesDefectManagementController extends BaseMesController<MesDefectManagement> {
|
||||
@RequestMapping(MesCommonConstant.MES_YANFEN + "/mesPartTypePicture")
|
||||
public class MesPartTypePictureController extends BaseMesController<MesPartTypePicture> {
|
||||
}
|
Loading…
Reference in New Issue