|
|
|
@ -90,7 +90,7 @@ public class MesInspectionProductDataAmountReportModel implements Serializable {
|
|
|
|
|
private String sn;
|
|
|
|
|
|
|
|
|
|
@ApiParam("数量")
|
|
|
|
|
private Integer qty;
|
|
|
|
|
private Double qty;
|
|
|
|
|
|
|
|
|
|
@ApiParam("生产线名称")
|
|
|
|
|
private String workCenterName;
|
|
|
|
@ -121,7 +121,7 @@ public class MesInspectionProductDataAmountReportModel implements Serializable {
|
|
|
|
|
|
|
|
|
|
public MesInspectionProductDataAmountReportModel() {}
|
|
|
|
|
|
|
|
|
|
public MesInspectionProductDataAmountReportModel(Long id, Long pid, String inspectionDate, String modifyDatetime, String partName, String partNo, String sn, Integer qty, String workCenterCode,
|
|
|
|
|
public MesInspectionProductDataAmountReportModel(Long id, Long pid, String inspectionDate, String modifyDatetime, String partName, String partNo, String sn, Double qty, String workCenterCode,
|
|
|
|
|
String createUser, String ncModifyUser, Integer inspectionStatus, Integer ncStatus, String defectLocation, Integer frontBack, String defectTypeName,
|
|
|
|
|
String lgort, String umlgo, String zrsum, Integer taskStatus, String reworkOrder, String modifyUser, String partTypeCode, String workCenterName) {
|
|
|
|
|
this.id = id;
|
|
|
|
|