获取客户端临时Key

This commit is contained in:
2025-11-01 14:58:36 +08:00
parent 9cc6647027
commit 95463a427e
10 changed files with 144 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="relocate" column="relocate" />
<result property="bestSideJson" column="best_side_json" />
<association property="dept" javaType="SysDept" resultMap="deptResult" />
<collection property="roles" javaType="java.util.List" resultMap="RoleResult" />
</resultMap>