You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.6 KiB
31 lines
1.6 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE mapper
|
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<mapper namespace="com.ruoyi.system.mapper.record.SysUserAfterMapper">
|
|
|
|
<resultMap id="BaseResultMap" type="com.ruoyi.system.domain.record.SysUserAfter">
|
|
<id property="afterId" column="after_id" jdbcType="VARCHAR"/>
|
|
<result property="userName" column="user_name" jdbcType="VARCHAR"/>
|
|
<result property="phonenumber" column="phonenumber" jdbcType="VARCHAR"/>
|
|
<result property="sex" column="sex" jdbcType="CHAR"/>
|
|
<result property="createBy" column="create_by" jdbcType="VARCHAR"/>
|
|
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
|
<result property="userarea" column="userarea" jdbcType="VARCHAR"/>
|
|
<result property="politics" column="politics" jdbcType="VARCHAR"/>
|
|
<result property="shemichengdu" column="shemichengdu" jdbcType="VARCHAR"/>
|
|
<result property="havePassport" column="have_passport" jdbcType="VARCHAR"/>
|
|
<result property="entryexitFiling" column="entryexit_filing" jdbcType="VARCHAR"/>
|
|
<result property="cerno" column="cerno" jdbcType="VARCHAR"/>
|
|
<result property="userId" column="user_id" jdbcType="BIGINT"/>
|
|
</resultMap>
|
|
|
|
<sql id="Base_Column_List">
|
|
after_id,user_name,phonenumber,
|
|
sex,create_by,create_time,
|
|
userarea,politics,shemichengdu,
|
|
have_passport,entryexit_filing,cerno,
|
|
user_id
|
|
</sql>
|
|
</mapper>
|