解决新模块部分不兼容问题

This commit is contained in:
2025-07-25 13:48:49 +08:00
parent 9e47465010
commit 8e474df39c
13 changed files with 94 additions and 12 deletions

View File

@@ -23,6 +23,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="updateTime" column="update_time"/>
<result property="updateBy" column="update_by"/>
<result property="unit" column="unit"/>
<result property="remark" column="remark"/>
</resultMap>