feat(wms): 新增卷材统计摘要附件功能
- 在 WmsCoilStatisticsSummary 实体中添加 attachmentInfo 字段 - 在 WmsCoilStatisticsSummaryBo 中添加 attachmentInfo 字段 - 在 WmsCoilStatisticsSummaryVo 中添加 attachmentInfo 字段 - 更新 Mapper XML 映射文件中的结果映射配置 - 修改 Vo 类继承 BaseEntity 基类
This commit is contained in:
@@ -46,4 +46,7 @@ public class WmsCoilStatisticsSummary extends BaseEntity {
|
||||
@TableLogic
|
||||
private Long delFlag;
|
||||
|
||||
// 新增附件字段
|
||||
private String attachmentInfo;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user