27 lines
1.7 KiB
XML
27 lines
1.7 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.tp.TpAppealFormMapper">
|
|
<resultMap id="BaseResultMap" type="com.cool.store.entity.tp.TpAppealFormDO">
|
|
<!--
|
|
WARNING - @mbg.generated
|
|
-->
|
|
<id column="id" jdbcType="BIGINT" property="id" />
|
|
<result column="apply_no" jdbcType="VARCHAR" property="applyNo" />
|
|
<result column="punish_id" jdbcType="BIGINT" property="punishId" />
|
|
<result column="store_id" jdbcType="VARCHAR" property="storeId" />
|
|
<result column="applicant_name" jdbcType="VARCHAR" property="applicantName" />
|
|
<result column="phone" jdbcType="VARCHAR" property="phone" />
|
|
<result column="appeal_reason" jdbcType="VARCHAR" property="appealReason" />
|
|
<result column="detail_reason" jdbcType="VARCHAR" property="detailReason" />
|
|
<result column="status" jdbcType="BIT" property="status" />
|
|
<result column="source" jdbcType="BIT" property="source" />
|
|
<result column="approve_user_id" jdbcType="VARCHAR" property="approveUserId" />
|
|
<result column="approve_time" jdbcType="TIMESTAMP" property="approveTime" />
|
|
<result column="is_draft" jdbcType="TINYINT" property="isDraft" />
|
|
<result column="create_user_id" jdbcType="VARCHAR" property="createUserId" />
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
|
<result column="deleted" jdbcType="BIT" property="deleted" />
|
|
<result column="proof_urls" jdbcType="LONGVARCHAR" property="proofUrls" />
|
|
</resultMap>
|
|
</mapper> |