44 lines
2.8 KiB
XML
44 lines
2.8 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.chushang.inspection.terminal.mapper.StoreMapper">
|
|
<resultMap id="BaseResultMap" type="com.chushang.inspection.terminal.StStore">
|
|
<!--@mbg.generated-->
|
|
<!--@Table st_store-->
|
|
<id column="store_id" jdbcType="BIGINT" property="storeId" />
|
|
<result column="task_id" jdbcType="BIGINT" property="taskId" />
|
|
<result column="lower_task_id" jdbcType="BIGINT" property="lowerTaskId" />
|
|
<result column="store_no" jdbcType="VARCHAR" property="storeNo" />
|
|
<result column="store_name" jdbcType="VARCHAR" property="storeName" />
|
|
<result column="store_contact" jdbcType="VARCHAR" property="storeContact" />
|
|
<result column="store_phone" jdbcType="VARCHAR" property="storePhone" />
|
|
<result column="store_address" jdbcType="VARCHAR" property="storeAddress" />
|
|
<result column="special_num" jdbcType="VARCHAR" property="specialNum" />
|
|
<result column="shop_name" jdbcType="VARCHAR" property="shopName" />
|
|
<result column="register_time" jdbcType="TIMESTAMP" property="registerTime" />
|
|
<result column="store_type" jdbcType="TINYINT" property="storeType" />
|
|
<result column="products" jdbcType="VARCHAR" property="products" />
|
|
<result column="tip_tool" jdbcType="VARCHAR" property="tipTool" />
|
|
<result column="admin_id" jdbcType="VARCHAR" property="adminId" />
|
|
<result column="ins_fre" jdbcType="TINYINT" property="insFre" />
|
|
<result column="account_manager" jdbcType="VARCHAR" property="accountManager" />
|
|
<result column="account_phone" jdbcType="VARCHAR" property="accountPhone" />
|
|
<result column="register_address" jdbcType="VARCHAR" property="registerAddress" />
|
|
<result column="dept_id" jdbcType="BIGINT" property="deptId" />
|
|
<result column="legal_name" jdbcType="VARCHAR" property="legalName" />
|
|
<result column="is_enter" jdbcType="TINYINT" property="isEnter" />
|
|
<result column="version" jdbcType="BIGINT" property="version" />
|
|
<result column="del_state" jdbcType="BOOLEAN" property="delState" />
|
|
<result column="create_by" jdbcType="VARCHAR" property="createBy" />
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
<result column="update_by" jdbcType="VARCHAR" property="updateBy" />
|
|
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
|
</resultMap>
|
|
<sql id="Base_Column_List">
|
|
<!--@mbg.generated-->
|
|
store_id, task_id, lower_task_id, store_no, store_name, store_contact, store_phone,
|
|
store_address, special_num, shop_name, register_time, store_type, products, tip_tool,
|
|
admin_id, ins_fre, account_manager, account_phone, register_address, dept_id, legal_name,
|
|
is_enter, version, del_state, create_by, create_time, update_by, update_time
|
|
</sql>
|
|
</mapper>
|