<?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="mapper.ScCollectionParamConfMapper">
|
|
<resultMap id="BaseResultMap" type="domain.ScCollectionParamConf">
|
<id property="id" column="id" jdbcType="BIGINT"/>
|
<result property="productCode" column="product_code" jdbcType="VARCHAR"/>
|
<result property="productType" column="product_type" jdbcType="VARCHAR"/>
|
<result property="locationCode" column="location_code" jdbcType="VARCHAR"/>
|
<result property="paramCode" column="param_code" jdbcType="VARCHAR"/>
|
<result property="paramName" column="param_name" jdbcType="VARCHAR"/>
|
<result property="paramSetCode" column="param_set_code" jdbcType="VARCHAR"/>
|
<result property="paramSetName" column="param_set_name" jdbcType="VARCHAR"/>
|
<result property="node" column="node" jdbcType="VARCHAR"/>
|
<result property="type" column="type" jdbcType="CHAR"/>
|
<result property="unit" column="unit" jdbcType="VARCHAR"/>
|
<result property="paramUpper" column="param_upper" jdbcType="VARCHAR"/>
|
<result property="paramLower" column="param_lower" jdbcType="VARCHAR"/>
|
<result property="paramCentral" column="param_central" jdbcType="VARCHAR"/>
|
<result property="orderNum" column="order_num" jdbcType="INTEGER"/>
|
<result property="subscribe" column="subscribe" jdbcType="CHAR"/>
|
<result property="delFlag" column="del_flag" jdbcType="CHAR"/>
|
<result property="createBy" column="create_by" jdbcType="VARCHAR"/>
|
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
<result property="updateBy" column="update_by" jdbcType="VARCHAR"/>
|
<result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
|
</resultMap>
|
|
<sql id="Base_Column_List">
|
id,product_code,product_type,
|
location_code,param_code,param_name,
|
param_set_code,param_set_name,node,
|
type,unit,param_upper,
|
param_lower,param_central,order_num,
|
subscribe,del_flag,create_by,
|
create_time,update_by,update_time
|
</sql>
|
</mapper>
|