<?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.TenFeedbackDao">

	<!-- 可根据自己的需求,是否要使用 -->
    <!--<resultMap type="net.shapelight.modules.ten.entity.TenFeedbackEntity" id="tenFeedbackMap">-->
        <!--<result property="feedbackId" column="feedback_id"/>-->
        <!--<result property="content" column="content"/>-->
        <!--<result property="personId" column="person_id"/>-->
        <!--<result property="linkMobile" column="link_mobile"/>-->
        <!--<result property="linkEmail" column="link_email"/>-->
        <!--<result property="deleteFlag" column="delete_flag"/>-->
        <!--<result property="cellId" column="cell_id"/>-->
        <!--<result property="tenantId" column="tenant_id"/>-->
    <!--</resultMap>-->


</mapper>