平台建店, pos 施工阶段,订货系统 实体类,mapper等
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<?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.BuildInformationMapper">
|
||||
|
||||
<resultMap id="BaseResultMap" type="com.cool.store.entity.BuildInformationDO">
|
||||
<id property="id" column="id" jdbcType="BIGINT"/>
|
||||
<result property="shopId" column="shop_id" jdbcType="BIGINT"/>
|
||||
<result property="shopContactName" column="shop_contact_name" jdbcType="VARCHAR"/>
|
||||
<result property="shopContactMobile" column="shop_contact_mobile" jdbcType="VARCHAR"/>
|
||||
<result property="businessHours" column="business_hours" jdbcType="TIMESTAMP"/>
|
||||
<result property="businessMobile" column="business_mobile" jdbcType="VARCHAR"/>
|
||||
<result property="doorPhoto" column="door_photo" jdbcType="VARCHAR"/>
|
||||
<result property="inStorePhoto" column="in_store_photo" jdbcType="VARCHAR"/>
|
||||
<result property="juridicalIdCardFront" column="juridical_id_card_front" jdbcType="VARCHAR"/>
|
||||
<result property="juridicalIdCardReverse" column="juridical_id_card_reverse" jdbcType="VARCHAR"/>
|
||||
<result property="juridicalHandheldIdCardFront" column="juridical_handheld_id_card_front" jdbcType="VARCHAR"/>
|
||||
<result property="juridicalHandheldIdCardReverse" column="juridical_handheld_id_card_reverse" jdbcType="VARCHAR"/>
|
||||
<result property="settlerIdCardFront" column="settler_id_card_front" jdbcType="VARCHAR"/>
|
||||
<result property="settlerIdCardReverse" column="settler_id_card_reverse" jdbcType="VARCHAR"/>
|
||||
<result property="settlerIdCardNo" column="settler_id_card_no" jdbcType="VARCHAR"/>
|
||||
<result property="settlerBankNumber" column="settler_bank_number" jdbcType="VARCHAR"/>
|
||||
<result property="settlerBankMobile" column="settler_bank_mobile" jdbcType="VARCHAR"/>
|
||||
<result property="settlerBankName" column="settler_bank_name" jdbcType="VARCHAR"/>
|
||||
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
||||
<result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
|
||||
<result property="createUser" column="create_user" jdbcType="VARCHAR"/>
|
||||
<result property="updateUser" column="update_user" jdbcType="VARCHAR"/>
|
||||
</resultMap>
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
id,shop_id,shop_contact_name,
|
||||
shop_contact_mobile,business_hours,business_mobile,
|
||||
door_photo,in_store_photo,juridical_id_card_front,
|
||||
juridical_id_card_reverse,juridical_handheld_id_card_front,juridical_handheld_id_card_reverse,
|
||||
settler_id_card_front,settler_id_card_reverse,settler_id_card_no,
|
||||
settler_bank_number,settler_bank_mobile,settler_bank_name,
|
||||
create_time,update_time,create_user,
|
||||
update_user
|
||||
</sql>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user