chushangcloud/chushang-modules/chushang-module-inspection/inspection-service/src/main/resources/mapper/FiveStoreMapper.xml

37 lines
2.5 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.FiveStoreMapper">
<resultMap id="BaseResultMap" type="com.chushang.inspection.terminal.StFiveStore">
<!--@mbg.generated-->
<!--@Table st_five_store-->
<id column="five_id" jdbcType="BIGINT" property="fiveId" />
<result column="terminal_id" jdbcType="BIGINT" property="terminalId" />
<result column="store_id" jdbcType="BIGINT" property="storeId" />
<result column="dept_id" jdbcType="BIGINT" property="deptId" />
<result column="first_level_branch" jdbcType="BIGINT" property="firstLevelBranch" />
<result column="secondary_branches" jdbcType="BIGINT" property="secondaryBranches" />
<result column="logo_of_newly_signed_merchants_that_year" jdbcType="TINYINT" property="logoOfNewlySignedMerchantsThatYear" />
<result column="logo_of_newly_signed_merchants_of_the_month" jdbcType="TINYINT" property="logoOfNewlySignedMerchantsOfTheMonth" />
<result column="logo_of_newly_signed_merchants_on_the_day" jdbcType="TINYINT" property="logoOfNewlySignedMerchantsOnTheDay" />
<result column="client_name" jdbcType="VARCHAR" property="clientName" />
<result column="customer_id" jdbcType="TINYINT" property="customerId" />
<result column="marketing_date" jdbcType="TIMESTAMP" property="marketingDate" />
<result column="consumption_date" jdbcType="TIMESTAMP" property="consumptionDate" />
<result column="marketer" jdbcType="VARCHAR" property="marketer" />
<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-->
five_id, terminal_id, store_id, dept_id, first_level_branch, secondary_branches,
logo_of_newly_signed_merchants_that_year, logo_of_newly_signed_merchants_of_the_month,
logo_of_newly_signed_merchants_on_the_day, client_name, customer_id, marketing_date,
consumption_date, marketer, version, del_state, create_by, create_time, update_by,
update_time
</sql>
</mapper>