Guest User

Untitled

a guest
Nov 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <resultMap type="com.sp.sysmanage.domain.UserInfoDO" id="user">
  2. <result column="USER_ID" property="userID"/>
  3. <result column="USER_USERNAME" property="userName"/>
  4. <result column="USER_PASSWORD" property="password"/>
  5. <result column="USER_FIRST_LOGIN" property="firstLogin"/>
  6. <result column="USER_LAST_LOGIN_DATE" property="lastLoginDate"/>
  7. <reulst column="USER_STATUS" property="status"/>
  8. </resultMap>
Add Comment
Please, Sign In to add comment