显示薪资项目显示申报类型

This commit is contained in:
钱涛 2024-05-30 14:21:27 +08:00
parent 98d4bb79a3
commit ec7b251981
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<result column="can_delete" property="canDelete"/>
<result column="salary_item_code" property="salaryItemCode"/>
<result column="item_hide" property="itemHide"/>
<result column="income_category" property="incomeCategory"/>
</resultMap>
<!-- 表字段 -->
@ -41,6 +42,7 @@
, t.pattern
, t.value_type
, t.item_hide
, t.income_category
</sql>
<!-- 查询全部 -->