feat(wms): 为VO类添加基础实体继承并增加数据类型字段

- WmsLeaveRequestVo继承BaseEntity类
- WmsMealReportVo继承BaseEntity类
- WmsMaterialCoilExportVo新增dataType字段
- 在WmsMaterialCoilMapper.xml中映射数据类型字段
- 实现历史数据处理逻辑,当dataType为0时将实际库区设为null
This commit is contained in:
2026-01-17 10:18:42 +08:00
parent 7abe184849
commit c408d15f85
5 changed files with 14 additions and 2 deletions

View File

@@ -350,6 +350,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
END AS itemTypeDesc,
-- 物品ID
mc.item_id AS itemId,
-- 数据类型
mc.data_type AS dataType,
-- 逻辑库区
w.warehouse_name AS warehouseName,
-- 实际库区