refactor(domain): 移除WmsCoilAbnormalExportVo中的废弃字段
- 注释掉parentAbnormalId字段以优化数据结构 - 移除sourceSystem字段减少不必要的数据传输 - 删除processSource字段简化对象属性 - 保留plateSurface字段用于表列宽度设置 - 为后续代码清理和重构做准备
This commit is contained in:
@@ -195,11 +195,11 @@ public class WmsCoilAbnormalExportVo {
|
||||
@ColumnWidth(10)
|
||||
private String plateSurface;
|
||||
|
||||
private String parentAbnormalId;
|
||||
|
||||
private String sourceSystem;
|
||||
|
||||
private String processSource;
|
||||
// private String parentAbnormalId;
|
||||
//
|
||||
// private String sourceSystem;
|
||||
//
|
||||
// private String processSource;
|
||||
|
||||
/**
|
||||
* 钢卷ID,用于合并单元格的标识(隐藏列)
|
||||
|
||||
Reference in New Issue
Block a user