feiyu02
2024-11-21 9de446b0b83610055437fbc5172d216bb374900f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?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.ds1.mapper.ProductionDeviceInfoMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds1.entity.ProductionDeviceInfo" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="WI_ID" property="wiId" jdbcType="INTEGER" />
    <result column="WI_Device_Code" property="wiDeviceCode" jdbcType="VARCHAR" />
    <result column="WI_Name" property="wiName" jdbcType="VARCHAR" />
    <result column="WI_Scene_GUID" property="wiSceneGuid" jdbcType="VARCHAR" />
    <result column="WI_Scene_Type_Id" property="wiSceneTypeId" jdbcType="TINYINT" />
    <result column="WI_Type_Id" property="wiTypeId" jdbcType="TINYINT" />
    <result column="WI_Subtype_Id" property="wiSubtypeId" jdbcType="TINYINT" />
    <result column="WI_Supplier" property="wiSupplier" jdbcType="VARCHAR" />
    <result column="WI_Servicer" property="wiServicer" jdbcType="VARCHAR" />
    <result column="WI_Maintain_Staff" property="wiMaintainStaff" jdbcType="VARCHAR" />
    <result column="WI_Maintain_Tel" property="wiMaintainTel" jdbcType="VARCHAR" />
    <result column="WI_Running_Status" property="wiRunningStatus" jdbcType="TINYINT" />
    <result column="WI_Brand_Model" property="wiBrandModel" jdbcType="VARCHAR" />
    <result column="WI_Device_Param" property="wiDeviceParam" jdbcType="VARCHAR" />
    <result column="WI_Ownership" property="wiOwnership" jdbcType="TINYINT" />
    <result column="WI_QR_Code" property="wiQrCode" jdbcType="VARCHAR" />
    <result column="WI_Other_QR_Code" property="wiOtherQrCode" jdbcType="VARCHAR" />
    <result column="WI_Create_Time" property="wiCreateTime" jdbcType="TIMESTAMP" />
    <result column="WI_Update_Time" property="wiUpdateTime" jdbcType="TIMESTAMP" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    WI_ID, WI_Device_Code, WI_Name, WI_Scene_GUID, WI_Scene_Type_Id, WI_Type_Id, WI_Subtype_Id, 
    WI_Supplier, WI_Servicer, WI_Maintain_Staff, WI_Maintain_Tel, WI_Running_Status, 
    WI_Brand_Model, WI_Device_Param, WI_Ownership, WI_QR_Code, WI_Other_QR_Code, WI_Create_Time, 
    WI_Update_Time
  </sql>
</mapper>