|
|
@ -3,6 +3,7 @@ package cn.estsh.i3plus.ext.mes.pcn.pojo.model;
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.MesPart;
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.MesPart;
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.nc.MesPartInspection;
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.nc.MesPartInspection;
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.nc.MesPartInspectionDetail;
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.nc.MesPartInspectionDetail;
|
|
|
|
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import lombok.Data;
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
|
|
@ -25,6 +26,9 @@ public class MesPartInspectionInputModel {
|
|
|
|
@ApiParam("产线代码")
|
|
|
|
@ApiParam("产线代码")
|
|
|
|
private String workCenterCode;
|
|
|
|
private String workCenterCode;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("班次代码")
|
|
|
|
|
|
|
|
private String shiftCode;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("物料号")
|
|
|
|
@ApiParam("物料号")
|
|
|
|
private String partNo;
|
|
|
|
private String partNo;
|
|
|
|
|
|
|
|
|
|
|
|