feiyu02
2022-07-04 c93ad66797e4830ccf4de81c1e8787ab90b22791
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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="cn.flightfeather.supervision.domain.mapper.VehicleBaseInfoMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.VehicleBaseInfo" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="VB_GUID" property="vbGuid" jdbcType="VARCHAR" />
    <result column="VB_Repair_License" property="vbRepairLicense" jdbcType="VARCHAR" />
    <result column="VB_Repair_License_Validity" property="vbRepairLicenseValidity" jdbcType="VARCHAR" />
    <result column="VB_Environment_Manager" property="vbEnvironmentManager" jdbcType="VARCHAR" />
    <result column="VB_Environment_Manager_Tel" property="vbEnvironmentManagerTel" jdbcType="VARCHAR" />
    <result column="VB_Repair_Type" property="vbRepairType" jdbcType="VARCHAR" />
    <result column="VB_Repair_Level" property="vbRepairLevel" jdbcType="VARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    VB_GUID, VB_Repair_License, VB_Repair_License_Validity, VB_Environment_Manager, VB_Environment_Manager_Tel, 
    VB_Repair_Type, VB_Repair_Level
  </sql>
</mapper>