|
|
|
@ -120,9 +120,9 @@ public class MesProduceSn extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("条码类型 10=正常 20=首检件")
|
|
|
|
|
private Integer snType;
|
|
|
|
|
|
|
|
|
|
@Column(name = "TRAY")
|
|
|
|
|
@Column(name = "TRAY_NO")
|
|
|
|
|
@ApiParam("托盘号")
|
|
|
|
|
private String tray;
|
|
|
|
|
private String trayNo;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("返回信息")
|
|
|
|
@ -187,7 +187,7 @@ public class MesProduceSn extends BaseBean implements Serializable {
|
|
|
|
|
", custSn='" + custSn + '\'' +
|
|
|
|
|
", custPartNo='" + custPartNo + '\'' +
|
|
|
|
|
", snType=" + snType +
|
|
|
|
|
", tray='" + tray + '\'' +
|
|
|
|
|
", trayNo='" + trayNo + '\'' +
|
|
|
|
|
", resultMsg='" + resultMsg + '\'' +
|
|
|
|
|
", operateType=" + operateType +
|
|
|
|
|
", outWorkCenterTimeStart='" + outWorkCenterTimeStart + '\'' +
|
|
|
|
|