对比新文件 |
| | |
| | | <?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.gk.firework.Mapper.EnterpriseApplyMapper" > |
| | | <resultMap id="BaseResultMap" type="com.gk.firework.Domain.EnterpriseApply" > |
| | | <!-- --> |
| | | <id column="id" property="id" jdbcType="BIGINT" /> |
| | | <result column="safetysupervision" property="safetysupervision" jdbcType="VARCHAR" /> |
| | | <result column="economicindustry" property="economicindustry" jdbcType="VARCHAR" /> |
| | | <result column="enterprisenumber" property="enterprisenumber" jdbcType="VARCHAR" /> |
| | | <result column="enterprisename" property="enterprisename" jdbcType="VARCHAR" /> |
| | | <result column="enterpriseemail" property="enterpriseemail" jdbcType="VARCHAR" /> |
| | | <result column="enterprisesize" property="enterprisesize" jdbcType="VARCHAR" /> |
| | | <result column="enterprisestatus" property="enterprisestatus" jdbcType="VARCHAR" /> |
| | | <result column="department" property="department" jdbcType="VARCHAR" /> |
| | | <result column="devicenumber" property="devicenumber" jdbcType="VARCHAR" /> |
| | | <result column="officeaddress" property="officeaddress" jdbcType="VARCHAR" /> |
| | | <result column="province" property="province" jdbcType="VARCHAR" /> |
| | | <result column="city" property="city" jdbcType="VARCHAR" /> |
| | | <result column="district" property="district" jdbcType="VARCHAR" /> |
| | | <result column="street" property="street" jdbcType="VARCHAR" /> |
| | | <result column="committee" property="committee" jdbcType="VARCHAR" /> |
| | | <result column="securitysupervisory" property="securitysupervisory" jdbcType="VARCHAR" /> |
| | | <result column="officephone" property="officephone" jdbcType="VARCHAR" /> |
| | | <result column="faxphone" property="faxphone" jdbcType="VARCHAR" /> |
| | | <result column="registeraddress" property="registeraddress" jdbcType="VARCHAR" /> |
| | | <result column="registertype" property="registertype" jdbcType="VARCHAR" /> |
| | | <result column="establishtime" property="establishtime" jdbcType="TIMESTAMP" /> |
| | | <result column="qqnumber" property="qqnumber" jdbcType="VARCHAR" /> |
| | | <result column="postcode" property="postcode" jdbcType="VARCHAR" /> |
| | | <result column="roomnumber" property="roomnumber" jdbcType="INTEGER" /> |
| | | <result column="economictype" property="economictype" jdbcType="VARCHAR" /> |
| | | <result column="productioncontent" property="productioncontent" jdbcType="VARCHAR" /> |
| | | <result column="businessregisternumber" property="businessregisternumber" jdbcType="VARCHAR" /> |
| | | <result column="organizationstructurecode" property="organizationstructurecode" jdbcType="VARCHAR" /> |
| | | <result column="validstarttime" property="validstarttime" jdbcType="TIMESTAMP" /> |
| | | <result column="validendtime" property="validendtime" jdbcType="TIMESTAMP" /> |
| | | <result column="employeenumber" property="employeenumber" jdbcType="INTEGER" /> |
| | | <result column="ispaysafetyinsurance" property="ispaysafetyinsurance" jdbcType="BIT" /> |
| | | <result column="insurancecontractnumber" property="insurancecontractnumber" jdbcType="VARCHAR" /> |
| | | <result column="insureamount" property="insureamount" jdbcType="INTEGER" /> |
| | | <result column="insurestarttime" property="insurestarttime" jdbcType="TIMESTAMP" /> |
| | | <result column="insureendtime" property="insureendtime" jdbcType="TIMESTAMP" /> |
| | | <result column="ismajorhazard" property="ismajorhazard" jdbcType="BIT" /> |
| | | <result column="isspecialequipment" property="isspecialequipment" jdbcType="BIT" /> |
| | | <result column="isoccupationalhealthinfo" property="isoccupationalhealthinfo" jdbcType="BIT" /> |
| | | <result column="isspecialpersonnel" property="isspecialpersonnel" jdbcType="BIT" /> |
| | | <result column="selfrecordingcycle" property="selfrecordingcycle" jdbcType="BIT" /> |
| | | <result column="isparententerprise" property="isparententerprise" jdbcType="BIT" /> |
| | | <result column="parententerprisename" property="parententerprisename" jdbcType="VARCHAR" /> |
| | | <result column="infoupdateby" property="infoupdateby" jdbcType="BIGINT" /> |
| | | <result column="infocreateby" property="infocreateby" jdbcType="BIGINT" /> |
| | | <result column="legalrepresentative" property="legalrepresentative" jdbcType="VARCHAR" /> |
| | | <result column="mainprincipal" property="mainprincipal" jdbcType="VARCHAR" /> |
| | | <result column="securityofficer" property="securityofficer" jdbcType="VARCHAR" /> |
| | | <result column="informationofficer" property="informationofficer" jdbcType="VARCHAR" /> |
| | | <result column="validflag" property="validflag" jdbcType="BIT" /> |
| | | <result column="enterpriselocation" property="enterpriselocation" jdbcType="VARCHAR" /> |
| | | <result column="infocreatetime" property="infocreatetime" jdbcType="TIMESTAMP" /> |
| | | <result column="infocreatebyname" property="infocreatebyname" jdbcType="VARCHAR" /> |
| | | <result column="infoupdatetime" property="infoupdatetime" jdbcType="TIMESTAMP" /> |
| | | <result column="infoupdatebyname" property="infoupdatebyname" jdbcType="VARCHAR" /> |
| | | <result column="dividelogo" property="dividelogo" jdbcType="TINYINT" /> |
| | | <result column="updatefields" property="updatefields" jdbcType="VARCHAR" /> |
| | | <result column="applystatus" property="applystatus" jdbcType="BIT" /> |
| | | <result column="parentid" property="parentid" jdbcType="BIGINT" /> |
| | | <result column="applytime" property="applytime" jdbcType="TIMESTAMP" /> |
| | | <result column="processtime" property="processtime" jdbcType="TIMESTAMP" /> |
| | | <result column="applypersonid" property="applypersonid" jdbcType="BIGINT" /> |
| | | <result column="applypersonname" property="applypersonname" jdbcType="VARCHAR" /> |
| | | <result column="processpersonid" property="processpersonid" jdbcType="BIGINT" /> |
| | | <result column="processpersonname" property="processpersonname" jdbcType="VARCHAR" /> |
| | | </resultMap> |
| | | |
| | | </mapper> |