|
|
|
@ -7,14 +7,8 @@
|
|
|
|
|
<resultMap id="BaseResultMap" type="com.supervision.police.domain.EvidenceProperty">
|
|
|
|
|
<id property="id" column="id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="evidenceId" column="evidence_id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="evidenceName" column="evidence_name" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="evidenceType" column="evidence_type" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="victim" column="victim" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="contractSubjectMatter" column="contract_subject_matter" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="contractSigningTime" column="contract_signing_time" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="price" column="price" jdbcType="DECIMAL"/>
|
|
|
|
|
<result property="evidenceResult" column="evidence_result" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="remark" column="remark" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="propertyName" column="property_name" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="propertyValue" column="property_value" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="createUserId" column="create_user_id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
|
|
|
|
<result property="updateUserId" column="update_user_id" jdbcType="VARCHAR"/>
|
|
|
|
@ -22,10 +16,8 @@
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
id,evidence_id,evidence_name,
|
|
|
|
|
evidence_type,victim,contract_subject_matter,
|
|
|
|
|
contract_signing_time,price,evidence_result,
|
|
|
|
|
remark,create_user_id,create_time,
|
|
|
|
|
id,evidence_id,property_name,
|
|
|
|
|
property_value,create_user_id,create_time,
|
|
|
|
|
update_user_id,update_time
|
|
|
|
|
</sql>
|
|
|
|
|
</mapper>
|
|
|
|
|