feat(user): 新增VIP字段及完善MyBatis-Plus映射
This commit is contained in:
@@ -17,11 +17,13 @@
|
||||
<result column="password" jdbcType="VARCHAR" property="password" />
|
||||
<result column="subject_id" jdbcType="VARCHAR" property="subjectId" />
|
||||
<result column="email_verified" jdbcType="BOOLEAN" property="emailVerified" />
|
||||
<result column="is_vip" jdbcType="BOOLEAN" property="isVip" />
|
||||
<result column="vip_expiry" jdbcType="TIMESTAMP" property="vipExpiry" />
|
||||
</resultMap>
|
||||
<sql id="Base_Column_List">
|
||||
<!--@mbg.generated-->
|
||||
id, "uid", nick_name, gender, avatar_url, created_at, updated_at, deleted, email,
|
||||
"status", "password", subject_id, email_verified
|
||||
"status", "password", subject_id, email_verified, is_vip, vip_expiry
|
||||
</sql>
|
||||
|
||||
<update id="updateByuid">
|
||||
|
||||
Reference in New Issue
Block a user