|
|
|
@ -104,12 +104,14 @@ public class ProductInfoManageModel {
|
|
|
|
|
this.queDetailSeq = queDetailSeq;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public ProductInfoManageModel(String vinCode, String produceCategoryCode, String orderNo, Double queDetailSeq, Double queueSeq, String workType) {
|
|
|
|
|
public ProductInfoManageModel(String vinCode, String produceCategoryCode, String orderNo, Double queDetailSeq,
|
|
|
|
|
Double queueSeq, String workType, String produceColor) {
|
|
|
|
|
this.vinCode = vinCode;
|
|
|
|
|
this.produceCategoryCode = produceCategoryCode;
|
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
|
this.queDetailSeq = queDetailSeq;
|
|
|
|
|
this.queueSeq = queueSeq;
|
|
|
|
|
this.workType = workType;
|
|
|
|
|
this.produceColor = produceColor;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|