成品发货邢增字段
This commit is contained in:
parent
e57e0bdbd5
commit
4a7e044126
|
|
@ -120,5 +120,15 @@ public class OutProduceTicketInfoVO {
|
||||||
*/
|
*/
|
||||||
private String docYear;
|
private String docYear;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 检测状态:0=未检测,1=检测中,2=已检测
|
||||||
|
*/
|
||||||
|
private Short detectionStatus;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 检测结果:true=合格,false=不合格
|
||||||
|
*/
|
||||||
|
private Boolean detectionResults;
|
||||||
|
|
||||||
private List<OutProduceInfoItemVO> items;
|
private List<OutProduceInfoItemVO> items;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -115,4 +115,14 @@ public class OutProduceVO {
|
||||||
* 物料凭证年度
|
* 物料凭证年度
|
||||||
*/
|
*/
|
||||||
private String docYear;
|
private String docYear;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 检测状态:0=未检测,1=检测中,2=已检测
|
||||||
|
*/
|
||||||
|
private Short detectionStatus;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 检测结果:true=合格,false=不合格
|
||||||
|
*/
|
||||||
|
private Boolean detectionResults;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -136,4 +136,14 @@ public class WmsOutProduce implements Serializable {
|
||||||
*/
|
*/
|
||||||
@TableField("data_type")
|
@TableField("data_type")
|
||||||
private Integer dataType;
|
private Integer dataType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 检测状态:0=未检测,1=检测中,2=已检测
|
||||||
|
*/
|
||||||
|
private Short detectionStatus;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 检测结果:true=合格,false=不合格
|
||||||
|
*/
|
||||||
|
private Boolean detectionResults;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue