feat(domain): 添加卷材异常记录中的板面字段

- 在 WmsCoilAbnormal 实体中添加 plateSurface 字段
- 在 WmsCoilAbnormalBo 中添加 plateSurface 属性及相关注释
- 在 WmsCoilAbnormalMapper.xml 中映射 plateSurface 字段
- 在查询条件中添加 plateSurface 的相等匹配逻辑
- 在 WmsCoilAbnormalVo 中添加 plateSurface 属性及 Excel 导出配置
This commit is contained in:
2026-04-07 10:55:30 +08:00
parent 4075ead84e
commit b399587841
5 changed files with 16 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
<result property="coilId" column="coil_id"/>
<result property="productionLine" column="production_line"/>
<result property="position" column="position"/>
<result property="plateSurface" column="plate_surface"/>
<result property="length" column="length"/>
<result property="startPosition" column="start_position"/>
<result property="endPosition" column="end_position"/>