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