| | |
| | | <?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.MonitorDeviceInfoMapper" > |
| | | <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds1.entity.MonitorDeviceInfo" > |
| | | <?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.MonitorDeviceInfoMapper"> |
| | | <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds1.entity.MonitorDeviceInfo"> |
| | | <!-- |
| | | WARNING - @mbg.generated |
| | | --> |
| | | <id column="DI_ID" property="diId" jdbcType="INTEGER" /> |
| | | <result column="DI_Device_Code" property="diDeviceCode" jdbcType="VARCHAR" /> |
| | | <result column="DI_Name" property="diName" jdbcType="VARCHAR" /> |
| | | <result column="DI_Scene_GUID" property="diSceneGuid" jdbcType="VARCHAR" /> |
| | | <result column="DI_Scene_Type_Id" property="diSceneTypeId" jdbcType="TINYINT" /> |
| | | <result column="DI_Type_Id" property="diTypeId" jdbcType="TINYINT" /> |
| | | <result column="DI_Subtype_Id" property="diSubtypeId" jdbcType="TINYINT" /> |
| | | <result column="DI_Supplier" property="diSupplier" jdbcType="VARCHAR" /> |
| | | <result column="DI_Maintainer" property="diMaintainer" jdbcType="VARCHAR" /> |
| | | <result column="DI_Maintain_Frequency" property="diMaintainFrequency" jdbcType="TINYINT" /> |
| | | <result column="DI_Maintain_Staff" property="diMaintainStaff" jdbcType="VARCHAR" /> |
| | | <result column="DI_Maintain_Tel" property="diMaintainTel" jdbcType="VARCHAR" /> |
| | | <result column="DI_Running_Status" property="diRunningStatus" jdbcType="TINYINT" /> |
| | | <result column="DI_Brand_Model" property="diBrandModel" jdbcType="VARCHAR" /> |
| | | <result column="DI_Device_Param" property="diDeviceParam" jdbcType="VARCHAR" /> |
| | | <result column="DI_Ownership" property="diOwnership" jdbcType="TINYINT" /> |
| | | <result column="DI_QR_Code" property="diQrCode" jdbcType="VARCHAR" /> |
| | | <result column="DI_Other_QR_Code" property="diOtherQrCode" jdbcType="VARCHAR" /> |
| | | <result column="DI_Create_Time" property="diCreateTime" jdbcType="TIMESTAMP" /> |
| | | <result column="DI_Update_Time" property="diUpdateTime" jdbcType="TIMESTAMP" /> |
| | | <id column="DI_ID" jdbcType="INTEGER" property="diId" /> |
| | | <result column="DI_Device_Code" jdbcType="VARCHAR" property="diDeviceCode" /> |
| | | <result column="DI_Name" jdbcType="VARCHAR" property="diName" /> |
| | | <result column="DI_Scene_GUID" jdbcType="VARCHAR" property="diSceneGuid" /> |
| | | <result column="DI_Scene_Type_Id" jdbcType="TINYINT" property="diSceneTypeId" /> |
| | | <result column="DI_Type_Id" jdbcType="TINYINT" property="diTypeId" /> |
| | | <result column="DI_Subtype_Id" jdbcType="TINYINT" property="diSubtypeId" /> |
| | | <result column="DI_Supplier" jdbcType="VARCHAR" property="diSupplier" /> |
| | | <result column="DI_Maintainer" jdbcType="VARCHAR" property="diMaintainer" /> |
| | | <result column="DI_Maintain_Frequency" jdbcType="TINYINT" property="diMaintainFrequency" /> |
| | | <result column="DI_Maintain_Staff" jdbcType="VARCHAR" property="diMaintainStaff" /> |
| | | <result column="DI_Maintain_Tel" jdbcType="VARCHAR" property="diMaintainTel" /> |
| | | <result column="DI_Running_Status" jdbcType="TINYINT" property="diRunningStatus" /> |
| | | <result column="DI_Brand_Model" jdbcType="VARCHAR" property="diBrandModel" /> |
| | | <result column="DI_Device_Param" jdbcType="VARCHAR" property="diDeviceParam" /> |
| | | <result column="DI_Ownership" jdbcType="TINYINT" property="diOwnership" /> |
| | | <result column="DI_QR_Code" jdbcType="VARCHAR" property="diQrCode" /> |
| | | <result column="DI_Other_QR_Code" jdbcType="VARCHAR" property="diOtherQrCode" /> |
| | | <result column="DI_Create_Time" jdbcType="TIMESTAMP" property="diCreateTime" /> |
| | | <result column="DI_Update_Time" jdbcType="TIMESTAMP" property="diUpdateTime" /> |
| | | </resultMap> |
| | | <sql id="Base_Column_List" > |
| | | <sql id="Base_Column_List"> |
| | | <!-- |
| | | WARNING - @mbg.generated |
| | | --> |
| | | DI_ID, DI_Device_Code, DI_Name, DI_Scene_GUID, DI_Scene_Type_Id, DI_Type_Id, DI_Subtype_Id, |
| | | DI_ID, DI_Device_Code, DI_Name, DI_Scene_GUID, DI_Scene_Type_Id, DI_Type_Id, DI_Subtype_Id, |
| | | DI_Supplier, DI_Maintainer, DI_Maintain_Frequency, DI_Maintain_Staff, DI_Maintain_Tel, |
| | | DI_Running_Status, DI_Brand_Model, DI_Device_Param, DI_Ownership, DI_QR_Code, DI_Other_QR_Code, |
| | | DI_Create_Time, DI_Update_Time |