feat(oa): 新增薪资模板属性

- 在 BatchInsertSalaryStringDto、OaSalaryMaster、OaSalaryMasterBo、OaSalaryMasterVo 中添加 salaryTemplate 字段
- 更新 OaSalaryMasterMapper.xml,添加 salaryTemplate 字段的映射
- 在 SalaryStringConverter 中处理新增的 salaryTemplate 字段
This commit is contained in:
2025-09-08 17:40:25 +08:00
parent ec1e0be293
commit dcdc69bafc
6 changed files with 10 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
<result property="cashier" column="cashier"/>
<result property="deptManager" column="dept_manager"/>
<result property="operator" column="operator"/>
<result property="salaryTemplate" column="salary_template"/>
<result property="remark" column="remark"/>
<result property="createTime" column="create_time"/>
<result property="createBy" column="create_by"/>