|
|
|
|
@ -9,7 +9,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<result property="tenantId" column="tenant_id"/>
|
|
|
|
|
<result property="userId" column="user_id"/>
|
|
|
|
|
<result property="deptId" column="dept_id"/>
|
|
|
|
|
<result property="deptName" column="deptName"/>
|
|
|
|
|
<result property="deptName" column="dept_name"/>
|
|
|
|
|
<result property="name" column="name"/>
|
|
|
|
|
<result property="sex" column="sex"/>
|
|
|
|
|
<result property="age" column="age"/>
|
|
|
|
|
|