31 lines
2.0 KiB
XML
31 lines
2.0 KiB
XML
<?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.cool.store.mapper.ShopPointInfoMapper">
|
|
<resultMap id="BaseResultMap" type="com.cool.store.entity.ShopPointInfoDO">
|
|
<!--
|
|
WARNING - @mbg.generated
|
|
-->
|
|
<id column="id" jdbcType="BIGINT" property="id" />
|
|
<result column="point_code" jdbcType="VARCHAR" property="pointCode" />
|
|
<result column="point_name" jdbcType="VARCHAR" property="pointName" />
|
|
<result column="region_id" jdbcType="BIGINT" property="regionId" />
|
|
<result column="shop_id" jdbcType="BIGINT" property="shopId" />
|
|
<result column="line_id" jdbcType="BIGINT" property="lineId" />
|
|
<result column="point_space" jdbcType="VARCHAR" property="pointSpace" />
|
|
<result column="shop_area_type" jdbcType="VARCHAR" property="shopAreaType" />
|
|
<result column="longitude" jdbcType="VARCHAR" property="longitude" />
|
|
<result column="latitude" jdbcType="VARCHAR" property="latitude" />
|
|
<result column="address" jdbcType="VARCHAR" property="address" />
|
|
<result column="point_area_id" jdbcType="BIGINT" property="pointAreaId" />
|
|
<result column="development_manager" jdbcType="VARCHAR" property="developmentManager" />
|
|
<result column="operate_user_id" jdbcType="VARCHAR" property="operateUserId" />
|
|
<result column="development_time" jdbcType="TIMESTAMP" property="developmentTime" />
|
|
<result column="point_status" jdbcType="TINYINT" property="pointStatus" />
|
|
<result column="point_score" jdbcType="VARCHAR" property="pointScore" />
|
|
<result column="audit_count" jdbcType="TINYINT" property="auditCount" />
|
|
<result column="is_line_upload" jdbcType="BIT" property="isLineUpload" />
|
|
<result column="deleted" jdbcType="BIT" property="deleted" />
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
|
</resultMap>
|
|
</mapper> |