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.
40 lines
2.3 KiB
40 lines
2.3 KiB
8 months ago
|
<?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.TbSafeCompanyStatisticsScoreDetailMapper">
|
||
|
|
||
|
<resultMap id="BaseResultMap" type="com.ruoyi.business.enterpriserectification.pojo.TbSafeCompanyStatisticsScoreDetail">
|
||
|
<id property="id" column="id" jdbcType="BIGINT"/>
|
||
|
<result property="safeRuleId" column="safe_rule_id" jdbcType="BIGINT"/>
|
||
|
<result property="companyId" column="company_id" jdbcType="BIGINT"/>
|
||
|
<result property="levelIndex" column="level_index" jdbcType="VARCHAR"/>
|
||
|
<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="score" column="score" jdbcType="VARCHAR"/>
|
||
|
<result property="scoreType" column="score_type" jdbcType="VARCHAR"/>
|
||
|
<result property="statisticsDate" column="statistics_date" 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,safe_rule_id,company_id,
|
||
|
level_index,level_index_one,level_index_two,
|
||
|
level_index_three,score,score_type,
|
||
|
statistics_date,create_time,create_by,
|
||
|
update_time,update_by,is_active,
|
||
|
c1,c2,c3,
|
||
|
c4,c5
|
||
|
</sql>
|
||
|
</mapper>
|