refactor(wms): 优化钢卷物料导出功能
- 移除了重复的包导入语句,统一使用通配符导入 - 将导出方法中的完全限定类名替换为简单类名 - 调整了WmsMaterialCoilExportVo类中itemId字段的位置 - 更新了服务实现类中的方法签名以匹配新的VO结构
This commit is contained in:
@@ -25,11 +25,7 @@ public class WmsMaterialCoilExportVo {
|
||||
@ExcelProperty(value = "类型")
|
||||
private String itemTypeDesc;
|
||||
|
||||
/**
|
||||
* 物品ID
|
||||
*/
|
||||
@ExcelProperty(value = "物品ID")
|
||||
private Long itemId;
|
||||
|
||||
|
||||
/**
|
||||
* 逻辑库区
|
||||
@@ -150,4 +146,10 @@ public class WmsMaterialCoilExportVo {
|
||||
*/
|
||||
@ExcelProperty(value = "锌层")
|
||||
private String zincLayer;
|
||||
|
||||
/**
|
||||
* 物品ID
|
||||
*/
|
||||
@ExcelProperty(value = "物品ID")
|
||||
private Long itemId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user