|
|
@@ -2,7 +2,7 @@ |
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|
|
|
<mapper namespace="com.iformall.mapper.WxCAuthorMapper"> |
|
|
|
<resultMap id="BaseResultMap" type="com.iformall.domain.po.WxCAuthor"> |
|
|
|
<id column="id" jdbcType="BIGINT" property="id"/> |
|
|
|
<id column="id" jdbcType="INTEGER" property="id"/> |
|
|
|
<result column="user_id" jdbcType="BIGINT" property="userId"/> |
|
|
|
<result column="user_name" jdbcType="VARCHAR" property="userName"/> |
|
|
|
<result column="type" jdbcType="INTEGER" property="type"/> |
|
|
|