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.
25 lines
1.3 KiB
25 lines
1.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.TbSpecialCountRecordMapper">
|
||
|
|
||
|
<resultMap id="BaseResultMap" type="com.ruoyi.business.enterpriserectification.pojo.TbSpecialCountRecord">
|
||
|
<id property="id" column="id" jdbcType="BIGINT"/>
|
||
|
<result property="companyId" column="company_id" jdbcType="VARCHAR"/>
|
||
|
<result property="companyName" column="company_name" jdbcType="VARCHAR"/>
|
||
|
<result property="countTime" column="count_time" jdbcType="DATE"/>
|
||
|
<result property="companyGh" column="company_gh" jdbcType="VARCHAR"/>
|
||
|
<result property="companyGhMonth" column="company_gh_month" jdbcType="VARCHAR"/>
|
||
|
<result property="companyGhSeason" column="company_gh_season" jdbcType="VARCHAR"/>
|
||
|
<result property="companyGhYear" column="company_gh_year" jdbcType="VARCHAR"/>
|
||
|
<result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
|
||
|
</resultMap>
|
||
|
|
||
|
<sql id="Base_Column_List">
|
||
|
id,company_id,company_name,
|
||
|
count_time,company_gh,company_gh_month,
|
||
|
company_gh_season,company_gh_year,update_time
|
||
|
</sql>
|
||
|
</mapper>
|