feat(oa): 新增成本分类支持

- 在 SysOaFinance 实体类中新增 costCategory 字段
- 在 SysOaFinanceBo 业务对象中新增 costCategory 字段
- 在 SysOaFinanceVo 视图对象中新增 costCategory 字段
- 更新 SysOaFinanceMapper.xml 文件,增加 cost_category 字段的映射配置
- 在 SysOaFinanceServiceImpl 中添加对 costCategory 的查询条件过滤支持
This commit is contained in:
2025-12-06 16:43:04 +08:00
parent fa3bb02564
commit 7c9734f529
5 changed files with 15 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
b.detail_id,
b.detail_title,
sof.out_type,
sof.cost_category,
b.price,
b.big_price,
b.remark as detail_remark,
@@ -115,6 +116,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
sof.update_by,
sof.update_time,
sof.out_type,
sof.cost_category,
b.detail_id,
b.detail_title,
b.price,
@@ -152,6 +154,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
sof.update_by,
sof.update_time,
sof.out_type,
sof.cost_category,
b.detail_id,
b.detail_title,
b.price,