|
|
|
@ -3,9 +3,12 @@ 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.MesDefectAlarmConfig;
|
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.MesItemPartErrorPrevention;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Api(description = "原材料防错")
|
|
|
|
|
@RestController
|
|
|
|
|
@RequestMapping(MesCommonConstant.MES_YANFEN + "/mesItemPartErrorPrevention")
|
|
|
|
|
|
|
|
|
|