Browse Source

物品包装修改

master
廉洪喜 2 years ago
parent
commit
69b9b3853c
  1. 3
      win-module-wms/win-module-wms-biz/src/main/java/com/win/module/wms/controller/itempackaging/vo/ItempackagingImportExcelVO.java

3
win-module-wms/win-module-wms-biz/src/main/java/com/win/module/wms/controller/itempackaging/vo/ItempackagingImportExcelVO.java

@ -30,9 +30,6 @@ public class ItempackagingImportExcelVO {
@ExcelProperty(value = "包装单位", converter = DictConvert.class)
@DictFormat(DictTypeConstants.UOM)
private String description;
@ExcelProperty("包装单位")
private String stdPackUnit;
@ExcelProperty("包装数量")

Loading…
Cancel
Save