feat(wms): 新增卷材统计摘要附件功能

- 在 WmsCoilStatisticsSummary 实体中添加 attachmentInfo 字段
- 在 WmsCoilStatisticsSummaryBo 中添加 attachmentInfo 字段
- 在 WmsCoilStatisticsSummaryVo 中添加 attachmentInfo 字段
- 更新 Mapper XML 映射文件中的结果映射配置
- 修改 Vo 类继承 BaseEntity 基类
This commit is contained in:
2026-03-10 10:42:57 +08:00
parent 3f4ee0fce3
commit f5017443d5
4 changed files with 11 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
<result property="statType" column="stat_type"/>
<result property="statJson" column="stat_json"/>
<result property="remark" column="remark"/>
<result property="attachmentInfo" column="attachment_info"/>
<result property="createBy" column="create_by"/>
<result property="createTime" column="create_time"/>
<result property="updateBy" column="update_by"/>