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.

71 lines
4.6 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.TbCompanyInfoMapper">
<resultMap id="BaseResultMap" type="com.ruoyi.business.enterpriserectification.pojo.TbCompanyInfo">
<id property="id" column="id" jdbcType="BIGINT"/>
<result property="companyName" column="company_name" jdbcType="VARCHAR"/>
<result property="companyType" column="company_type" jdbcType="VARCHAR"/>
<result property="socialCreditCode" column="social_credit_code" jdbcType="VARCHAR"/>
<result property="companyNature" column="company_nature" jdbcType="VARCHAR"/>
<result property="establishDate" column="establish_date" jdbcType="TIMESTAMP"/>
<result property="businessTermDate" column="business_term_date" jdbcType="VARCHAR"/>
<result property="registerAddress" column="register_address" jdbcType="VARCHAR"/>
<result property="businessStatus" column="business_status" jdbcType="VARCHAR"/>
<result property="legalPerson" column="legal_person" jdbcType="VARCHAR"/>
<result property="registerCapital" column="register_capital" jdbcType="VARCHAR"/>
<result property="businessLicenseDate" column="business_license_date" jdbcType="TIMESTAMP"/>
<result property="registerAuthority" column="register_authority" jdbcType="VARCHAR"/>
<result property="emergencyContact" column="emergency_contact" jdbcType="VARCHAR"/>
<result property="emergencyContactPhone" column="emergency_contact_phone" jdbcType="VARCHAR"/>
<result property="companyAddress" column="company_address" jdbcType="VARCHAR"/>
<result property="businessScope" column="business_scope" jdbcType="VARCHAR"/>
<result property="picUrl" column="pic_url" jdbcType="VARCHAR"/>
<result property="longitude" column="longitude" jdbcType="VARCHAR"/>
<result property="latitude" column="latitude" jdbcType="VARCHAR"/>
<result property="provinceCode" column="province_code" jdbcType="VARCHAR"/>
<result property="provinceName" column="province_name" jdbcType="VARCHAR"/>
<result property="cityCode" column="city_code" jdbcType="VARCHAR"/>
<result property="cityName" column="city_name" jdbcType="VARCHAR"/>
<result property="areaCode" column="area_code" jdbcType="VARCHAR"/>
<result property="areaName" column="area_name" jdbcType="VARCHAR"/>
<result property="streetCode" column="street_code" jdbcType="VARCHAR"/>
<result property="streetName" column="street_name" jdbcType="VARCHAR"/>
<result property="blockCode" column="block_code" jdbcType="VARCHAR"/>
<result property="blockName" column="block_name" jdbcType="VARCHAR"/>
<result property="policeDistrict" column="police_district" jdbcType="VARCHAR"/>
<result property="policeDistrictCode" column="police_district_code" jdbcType="VARCHAR"/>
<result property="belongingArea" column="belonging_area" 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_name,company_type,
social_credit_code,company_nature,establish_date,
business_term_date,register_address,business_status,
legal_person,register_capital,business_license_date,
register_authority,emergency_contact,emergency_contact_phone,
company_address,business_scope,pic_url,
longitude,latitude,province_code,
province_name,city_code,city_name,
area_code,area_name,street_code,
street_name,block_code,block_name,
police_district,police_district_code,belonging_area,
create_time,create_by,update_time,
update_by,is_active,c1,
c2,c3,c4,
c5
</sql>
</mapper>