21 lines
979 B
XML
21 lines
979 B
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="net.shapelight.modules.ten.dao.TenRepairDao">
|
||
|
|
||
|
<!-- 可根据自己的需求,是否要使用 -->
|
||
|
<!--<resultMap type="net.shapelight.modules.ten.entity.TenRepairEntity" id="tenRepairMap">-->
|
||
|
<!--<result property="repairId" column="repair_id"/>-->
|
||
|
<!--<result property="content" column="content"/>-->
|
||
|
<!--<result property="personId" column="person_id"/>-->
|
||
|
<!--<result property="linkMobile" column="link_mobile"/>-->
|
||
|
<!--<result property="repairTime" column="repair_time"/>-->
|
||
|
<!--<result property="picture" column="picture"/>-->
|
||
|
<!--<result property="deleteFlag" column="delete_flag"/>-->
|
||
|
<!--<result property="cellId" column="cell_id"/>-->
|
||
|
<!--<result property="tenantId" column="tenant_id"/>-->
|
||
|
<!--</resultMap>-->
|
||
|
|
||
|
|
||
|
</mapper>
|