|
@@ -76,6 +76,14 @@ public class SyOrderDataItem {
|
|
|
@Excel(name = "存货名称", width = 15)
|
|
|
@ApiModelProperty(value = "存货名称")
|
|
|
private java.lang.String inventoryName;
|
|
|
+ /**存货名称*/
|
|
|
+ @Excel(name = "成衣申报要素的英文品名", width = 15)
|
|
|
+ @ApiModelProperty(value = "成衣申报要素的英文品名")
|
|
|
+ private java.lang.String inventoryEnglishName;
|
|
|
+ /**存货名称*/
|
|
|
+ @Excel(name = "客户部门", width = 15)
|
|
|
+ @ApiModelProperty(value = "客户部门")
|
|
|
+ private java.lang.String inventoryCurrencyName;
|
|
|
/**规格型号*/
|
|
|
@Excel(name = "规格型号", width = 15)
|
|
|
@ApiModelProperty(value = "规格型号")
|