You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
2.0 KiB

<?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.business.enterpriserectification.mapper.TbSafeRuleMapper">
<resultMap id="BaseResultMap" type="com.ruoyi.business.enterpriserectification.pojo.TbSafeRule">
<id property="id" column="id" jdbcType="BIGINT"/>
<result property="levelIndexOne" column="level_index_one" jdbcType="VARCHAR"/>
<result property="levelIndexTwo" column="level_index_two" jdbcType="VARCHAR"/>
<result property="levelIndexThree" column="level_index_three" jdbcType="VARCHAR"/>
<result property="note" column="note" jdbcType="VARCHAR"/>
<result property="levelIndex" column="level_index" jdbcType="VARCHAR"/>
<result property="sortValue" column="sort_value" jdbcType="INTEGER"/>
<result property="isRangePage" column="is_range_page" jdbcType="VARCHAR"/>
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
<result property="createBy" column="create_by" jdbcType="INTEGER"/>
<result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
<result property="updateBy" column="update_by" jdbcType="INTEGER"/>
<result property="isActive" column="is_active" jdbcType="VARCHAR"/>
<result property="c1" column="c1" jdbcType="VARCHAR"/>
<result property="c2" column="c2" jdbcType="VARCHAR"/>
<result property="c3" column="c3" jdbcType="VARCHAR"/>
<result property="c4" column="c4" jdbcType="VARCHAR"/>
<result property="c5" column="c5" jdbcType="VARCHAR"/>
</resultMap>
<sql id="Base_Column_List">
id,level_index_one,level_index_two,
level_index_three,note,level_index,
sort_value,is_range_page,create_time,
create_by,update_time,update_by,
is_active,c1,c2,
c3,c4,c5
</sql>
</mapper>