huangzhen
2022-09-06 f7714d7740d5969b603993eebe91d1e0f4ee1081
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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.ruoyi.doublePrevention.repository.PreventRiskControlTemplateRepository">
 
    <resultMap id="BaseResultMap" type="com.ruoyi.doublePrevention.entity.PreventRiskControlTemplate">
        <id property="id" column="id"/>
        <result property="uuid" column="uuid"/>
        <result property="deleteStatus" column="delete_status"/>
        <result property="orderIndex" column="order_index"/>
        <result property="parentId" column="parent_id"/>
        <result property="riskMeasureName" column="risk_measure_name"/>
    </resultMap>
 
 
</mapper>