feat(wms): 更新材料卷导出VO字段定义
- 将qualityStatusDesc字段名更改为qualityStatus - 将packingStatusDesc字段名更改为packingStatus - 新增length字段用于存储长度信息
This commit is contained in:
@@ -91,13 +91,13 @@ public class WmsMaterialCoilExportVo {
|
||||
* 产品状态
|
||||
*/
|
||||
@ExcelProperty(value = "产品状态")
|
||||
private String qualityStatusDesc;
|
||||
private String qualityStatus;
|
||||
|
||||
/**
|
||||
* 打包状态
|
||||
*/
|
||||
@ExcelProperty(value = "打包状态")
|
||||
private String packingStatusDesc;
|
||||
private String packingStatus;
|
||||
|
||||
/**
|
||||
* 库存状态
|
||||
@@ -123,6 +123,10 @@ public class WmsMaterialCoilExportVo {
|
||||
@ExcelProperty(value = "规格")
|
||||
private String specification;
|
||||
|
||||
|
||||
@ExcelProperty(value = "长度")
|
||||
private BigDecimal length;
|
||||
|
||||
/**
|
||||
* 材质
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user