|
@@ -1,15 +0,0 @@
|
|
|
-<?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.bizmatics.persistence.mapper.WcUserMapper">
|
|
|
-
|
|
|
- <!-- 通用查询映射结果 -->
|
|
|
- <resultMap id="BaseResultMap" type="com.bizmatics.model.WcUser">
|
|
|
- <id column="id" property="id" />
|
|
|
- <result column="phone" property="phone" />
|
|
|
- <result column="open_id" property="openId" />
|
|
|
- <result column="registration_type" property="registrationType" />
|
|
|
- <result column="create_time" property="createTime" />
|
|
|
- <result column="enable" property="enable" />
|
|
|
- </resultMap>
|
|
|
-
|
|
|
-</mapper>
|