|
|
|
|
@ -15,6 +15,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<result property="avatar" column="avatar" />
|
|
|
|
|
<result property="password" column="password" />
|
|
|
|
|
<result property="pcId" column="pc_id" />
|
|
|
|
|
<result property="pcId" column="pc_id" />
|
|
|
|
|
<result property="itemIds" column="item_ids" />
|
|
|
|
|
<result property="itemNames" column="item_names" />
|
|
|
|
|
<result property="uid" column="uid" />
|
|
|
|
|
<result property="status" column="status" />
|
|
|
|
|
<result property="delFlag" column="del_flag" />
|
|
|
|
|
|