新增bean repository

tags/yfai-mes-ext-v1.0
LML丶 1 year ago
parent 849318174c
commit a5bb08ab22

@ -3,9 +3,11 @@ 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.MesWorkCell;
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 + "/mesDefectAlarmConfig")

@ -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")

Loading…
Cancel
Save