|
|
@@ -0,0 +1,27 @@
|
|
|
+<?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.middle.platform.stream.biz.mapper.SDeviceMapper">
|
|
|
+ <resultMap id="BaseResultMap" type="com.middle.platform.stream.biz.entity.SDevice">
|
|
|
+ <!--@mbg.generated-->
|
|
|
+ <!--@Table s_device-->
|
|
|
+ <id column="id" jdbcType="BIGINT" property="id" />
|
|
|
+ <result column="device_id" jdbcType="BIGINT" property="deviceId" />
|
|
|
+ <result column="cover" jdbcType="VARCHAR" property="cover" />
|
|
|
+ <result column="path" jdbcType="VARCHAR" property="path" />
|
|
|
+ <result column="target" jdbcType="VARCHAR" property="target" />
|
|
|
+ <result column="save_rule" jdbcType="BOOLEAN" property="saveRule" />
|
|
|
+ <result column="use_flag" jdbcType="BOOLEAN" property="useFlag" />
|
|
|
+ <result column="type" jdbcType="BOOLEAN" property="type" />
|
|
|
+ <result column="create_by" jdbcType="BIGINT" property="createBy" />
|
|
|
+ <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
+ <result column="update_by" jdbcType="BIGINT" property="updateBy" />
|
|
|
+ <result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
|
|
+ <result column="delete_time" jdbcType="TIMESTAMP" property="deleteTime" />
|
|
|
+ <result column="del_flag" jdbcType="TINYINT" property="delFlag" />
|
|
|
+ </resultMap>
|
|
|
+ <sql id="Base_Column_List">
|
|
|
+ <!--@mbg.generated-->
|
|
|
+ id, device_id, cover, `path`, target, save_rule, use_flag, `type`, create_by, create_time,
|
|
|
+ update_by, update_time, delete_time, del_flag
|
|
|
+ </sql>
|
|
|
+</mapper>
|