|
@@ -68,6 +68,10 @@ public class SyOrderDataItem {
|
|
|
@Excel(name = "存货编码", width = 15)
|
|
|
@ApiModelProperty(value = "存货编码")
|
|
|
private java.lang.String inventoryCode;
|
|
|
+ /**存货分类编码*/
|
|
|
+ @Excel(name = "存货分类编码", width = 15)
|
|
|
+ @ApiModelProperty(value = "存货分类编码")
|
|
|
+ private java.lang.String inventoryCcode;
|
|
|
/**存货名称*/
|
|
|
@Excel(name = "存货名称", width = 15)
|
|
|
@ApiModelProperty(value = "存货名称")
|