refactor(domain): 移除WmsCoilAbnormalExportVo中的废弃字段

- 注释掉parentAbnormalId字段以优化数据结构
- 移除sourceSystem字段减少不必要的数据传输
- 删除processSource字段简化对象属性
- 保留plateSurface字段用于表列宽度设置
- 为后续代码清理和重构做准备
This commit is contained in:
2026-06-11 16:25:06 +08:00
parent 185745b7da
commit f319308196

View File

@@ -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用于合并单元格的标识隐藏列