|  |  | 
 |  |  |     <resultMap id="BaseResultMap" type="com.zy.system.entity.User"> | 
 |  |  |         <id column="id" property="id" /> | 
 |  |  |         <result column="host_id" property="hostId" /> | 
 |  |  |         <result column="role_id" property="roleId" /> | 
 |  |  |         <result column="dept_id" property="deptId" /> | 
 |  |  |         <result column="username" property="username" /> | 
 |  |  |         <result column="mobile" property="mobile" /> | 
 |  |  |         <result column="password" property="password" /> | 
 |  |  |         <result column="role_id" property="roleId" /> | 
 |  |  |         <result column="avatar" property="avatar" /> | 
 |  |  |         <result column="email" property="email" /> | 
 |  |  |         <result column="sex" property="sex" /> | 
 |  |  |         <result column="create_time" property="createTime" /> | 
 |  |  |         <result column="status" property="status" /> | 
 |  |  |  |