Commit 6cb3484482d360dc6a5afce2c3e40d61eaef2780
1 parent
28534835
入库单头增加波次id
Showing
1 changed file
with
4 additions
and
0 deletions
huaheng-wms-core/src/main/java/org/jeecg/modules/wms/receipt/receiptHeader/entity/ReceiptHeader.java
@@ -86,6 +86,10 @@ public class ReceiptHeader implements Serializable { | @@ -86,6 +86,10 @@ public class ReceiptHeader implements Serializable { | ||
86 | @Excel(name = "回传失败原因", width = 15) | 86 | @Excel(name = "回传失败原因", width = 15) |
87 | @ApiModelProperty(value = "回传失败原因") | 87 | @ApiModelProperty(value = "回传失败原因") |
88 | private String backErrorMsg; | 88 | private String backErrorMsg; |
89 | + /** 波次id */ | ||
90 | + @Excel(name = "波次id", width = 15) | ||
91 | + @ApiModelProperty(value = "波次id") | ||
92 | + private String waveConfigId; | ||
89 | /** 备用字段1 */ | 93 | /** 备用字段1 */ |
90 | @Excel(name = "备用字段1", width = 15) | 94 | @Excel(name = "备用字段1", width = 15) |
91 | @ApiModelProperty(value = "备用字段1") | 95 | @ApiModelProperty(value = "备用字段1") |