开关班记录+产线与班组+产线与班次关系

tags/yfai-pcn-ext-v1.0
gsz 12 months ago
parent 4d4eed1383
commit f83a1d13d1

@ -11,6 +11,7 @@ import cn.estsh.impp.framework.boot.exception.ImppExceptionBuilder;
import cn.estsh.impp.framework.boot.util.ResultBean; import cn.estsh.impp.framework.boot.util.ResultBean;
import cn.estsh.impp.framework.boot.util.ValidatorBean; import cn.estsh.impp.framework.boot.util.ValidatorBean;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
/** /**
@ -22,7 +23,7 @@ import org.springframework.web.bind.annotation.*;
@RestController @RestController
@RequestMapping(MesCommonConstant.MES_YANFEN + "/mesProdShiftRecord") @RequestMapping(MesCommonConstant.MES_YANFEN + "/mesProdShiftRecord")
public class MesProdShiftRecordController { public class MesProdShiftRecordController {
@Autowired
private IMesProdShiftRecordService mesProdShiftRecordService; private IMesProdShiftRecordService mesProdShiftRecordService;
@GetMapping("/query-pager") @GetMapping("/query-pager")

@ -10,6 +10,7 @@ import cn.estsh.impp.framework.boot.exception.ImppBusiException;
import cn.estsh.impp.framework.boot.exception.ImppExceptionBuilder; import cn.estsh.impp.framework.boot.exception.ImppExceptionBuilder;
import cn.estsh.impp.framework.boot.util.ResultBean; import cn.estsh.impp.framework.boot.util.ResultBean;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
@ -23,7 +24,7 @@ import org.springframework.web.bind.annotation.RestController;
@RestController @RestController
@RequestMapping(MesCommonConstant.MES_YANFEN + "/mesShift") @RequestMapping(MesCommonConstant.MES_YANFEN + "/mesShift")
public class MesShiftController { public class MesShiftController {
@Autowired
private IMesShiftService mesShiftService; private IMesShiftService mesShiftService;
@GetMapping("/query-pager") @GetMapping("/query-pager")

@ -10,6 +10,7 @@ import cn.estsh.impp.framework.boot.exception.ImppBusiException;
import cn.estsh.impp.framework.boot.exception.ImppExceptionBuilder; import cn.estsh.impp.framework.boot.exception.ImppExceptionBuilder;
import cn.estsh.impp.framework.boot.util.ResultBean; import cn.estsh.impp.framework.boot.util.ResultBean;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
/** /**
@ -22,6 +23,7 @@ import org.springframework.web.bind.annotation.*;
@RequestMapping(MesCommonConstant.MES_YANFEN + "/mesShiftGroupCenterCfg") @RequestMapping(MesCommonConstant.MES_YANFEN + "/mesShiftGroupCenterCfg")
public class MesShiftGroupCenterCfgController { public class MesShiftGroupCenterCfgController {
@Autowired
private IMesShiftGroupCenterCfgService mesShiftGroupCenterCfgService; private IMesShiftGroupCenterCfgService mesShiftGroupCenterCfgService;
@GetMapping("/query-pager") @GetMapping("/query-pager")

Loading…
Cancel
Save