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.
33 lines
1.7 KiB
33 lines
1.7 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.TbSafeCompanyStatisticsScoreMapper">
|
|
|
|
<resultMap id="BaseResultMap" type="com.ruoyi.business.enterpriserectification.pojo.TbSafeCompanyStatisticsScore">
|
|
<id property="id" column="id" jdbcType="BIGINT"/>
|
|
<result property="companyId" column="company_id" jdbcType="BIGINT"/>
|
|
<result property="score" column="score" jdbcType="DOUBLE"/>
|
|
<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,company_id,score,
|
|
score_type,statistics_date,create_time,
|
|
create_by,update_time,update_by,
|
|
is_active,c1,c2,
|
|
c3,c4,c5
|
|
</sql>
|
|
</mapper>
|