|
|
|
@ -53,7 +53,7 @@ public class ProductSnModel implements Serializable {
|
|
|
|
|
private String qcStatusName;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ProductSnModel(String customerPartNo, String serialNumber, String partNo, String qrCode, String workCenterName, String processName, String workCellName, String createUser, String createDatetime, Integer qcStatus) {
|
|
|
|
|
public ProductSnModel(String customerPartNo, String serialNumber, String partNo, String qrCode, String workCenterName, String processName, String workCellName, String createDatetime, String createUser, Integer qcStatus) {
|
|
|
|
|
this.customerPartNo = customerPartNo;
|
|
|
|
|
this.serialNumber = serialNumber;
|
|
|
|
|
this.partNo = partNo;
|
|
|
|
|