|
|
|
@ -112,10 +112,6 @@ public class MesProduceSn extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("客户代码")
|
|
|
|
|
private String custCode;
|
|
|
|
|
|
|
|
|
|
@Column(name = "PACKAGE_SN")
|
|
|
|
|
@ApiParam("包装条码")
|
|
|
|
|
private String packageSn;
|
|
|
|
|
|
|
|
|
|
@Column(name = "SN_TYPE")
|
|
|
|
|
@ApiParam("条码类型 10=正常 20=首检件")
|
|
|
|
|
private Integer snType;
|
|
|
|
@ -178,7 +174,6 @@ public class MesProduceSn extends BaseBean implements Serializable {
|
|
|
|
|
", workOrderNo='" + workOrderNo + '\'' +
|
|
|
|
|
", custSn='" + custSn + '\'' +
|
|
|
|
|
", custPartNo='" + custPartNo + '\'' +
|
|
|
|
|
", packageSn='" + packageSn + '\'' +
|
|
|
|
|
", snType='" + snType + '\'' +
|
|
|
|
|
", tray='" + tray + '\'' +
|
|
|
|
|
", resultMsg='" + resultMsg + '\'' +
|
|
|
|
|