|
|
@ -117,6 +117,22 @@ public class MesPackage extends BaseBean implements Serializable {
|
|
|
|
@ApiParam("入库时间")
|
|
|
|
@ApiParam("入库时间")
|
|
|
|
private String inLocationTime;
|
|
|
|
private String inLocationTime;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "PATTERN_CODE")
|
|
|
|
|
|
|
|
@ApiParam("模式代码")
|
|
|
|
|
|
|
|
private String patternCode;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "PATTERN_NAME")
|
|
|
|
|
|
|
|
@ApiParam("模式代码名称")
|
|
|
|
|
|
|
|
private String patternName;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "QC_STATUS")
|
|
|
|
|
|
|
|
@ApiParam("质量状态")
|
|
|
|
|
|
|
|
private Integer qcStatus;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "IS_RETURN")
|
|
|
|
|
|
|
|
@ApiParam("是否回传")
|
|
|
|
|
|
|
|
private Integer isReturn;
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
@ApiParam("封箱状态")
|
|
|
|
@ApiParam("封箱状态")
|
|
|
|
private String sealStatus;
|
|
|
|
private String sealStatus;
|
|
|
@ -211,6 +227,10 @@ public class MesPackage extends BaseBean implements Serializable {
|
|
|
|
@ApiParam("产品条码")
|
|
|
|
@ApiParam("产品条码")
|
|
|
|
private String productSn;
|
|
|
|
private String productSn;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("临时条码集合")
|
|
|
|
|
|
|
|
private List<MesTemporarySnRecord> mesTemporarySnRecordList = new ArrayList<>();
|
|
|
|
|
|
|
|
|
|
|
|
public MesPackage() {
|
|
|
|
public MesPackage() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|