fix(export): 修正导出VO中的字段标签
- 将WmsMaterialCoilAllExportVo中的打包状态字段标签修正为原料材质 - 将WmsMaterialCoilExportVo中的打包状态字段标签修正为原料材质
This commit is contained in:
@@ -107,7 +107,7 @@ public class WmsMaterialCoilAllExportVo {
|
|||||||
/**
|
/**
|
||||||
* 打包状态
|
* 打包状态
|
||||||
*/
|
*/
|
||||||
@ExcelProperty(value = "打包状态")
|
@ExcelProperty(value = "原料材质")
|
||||||
private String packingStatus;
|
private String packingStatus;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ public class WmsMaterialCoilExportVo {
|
|||||||
/**
|
/**
|
||||||
* 打包状态
|
* 打包状态
|
||||||
*/
|
*/
|
||||||
@ExcelProperty(value = "打包状态")
|
@ExcelProperty(value = "原料材质")
|
||||||
private String packingStatus;
|
private String packingStatus;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user