|
|
|
@ -36,6 +36,9 @@ public class QueueJitActualModel {
|
|
|
|
|
public String workTypeName;
|
|
|
|
|
|
|
|
|
|
@ApiParam("客户产线代码")
|
|
|
|
|
private String custPlantCode;
|
|
|
|
|
|
|
|
|
|
@ApiParam("客户产线代码")
|
|
|
|
|
private String custProdLineCode;
|
|
|
|
|
|
|
|
|
|
@ApiParam("产品位置代码")
|
|
|
|
@ -73,13 +76,13 @@ public class QueueJitActualModel {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public QueueJitActualModel(Long id, String vinCode, String jisActualNo, Integer workType, String custProdLineCode, String produceCtgyCode,
|
|
|
|
|
public QueueJitActualModel(Long id, String vinCode, String jisActualNo, Integer workType, String custPlantCode, String produceCtgyCode,
|
|
|
|
|
String productSn, Integer detailStatus, String createUser, String createDatetime) {
|
|
|
|
|
this.id = id;
|
|
|
|
|
this.vinCode = vinCode;
|
|
|
|
|
this.jisActualNo = jisActualNo;
|
|
|
|
|
this.workType = workType;
|
|
|
|
|
this.custProdLineCode = custProdLineCode;
|
|
|
|
|
this.custPlantCode = custPlantCode;
|
|
|
|
|
this.produceCtgyCode = produceCtgyCode;
|
|
|
|
|
this.productSn = productSn;
|
|
|
|
|
this.detailStatus = detailStatus;
|
|
|
|
@ -94,6 +97,7 @@ public class QueueJitActualModel {
|
|
|
|
|
this.jisActualNo = jisActualNo;
|
|
|
|
|
this.partNo = partNo;
|
|
|
|
|
this.partName = partName;
|
|
|
|
|
this.produceCtgyCode = produceCtgyCode;
|
|
|
|
|
this.qty = qty;
|
|
|
|
|
this.createUser = createUser;
|
|
|
|
|
this.createDatetime = createDatetime;
|
|
|
|
|