|
@@ -7,6 +7,7 @@
|
|
<resultMap id="BaseResultMap" type="com.charging.chargingparking.entity.ParkingChannelOpen">
|
|
<resultMap id="BaseResultMap" type="com.charging.chargingparking.entity.ParkingChannelOpen">
|
|
<id property="id" column="id" jdbcType="VARCHAR"/>
|
|
<id property="id" column="id" jdbcType="VARCHAR"/>
|
|
<result property="showContent" column="show_content" jdbcType="VARCHAR"/>
|
|
<result property="showContent" column="show_content" jdbcType="VARCHAR"/>
|
|
|
|
+ <result property="remark" column="remark_" jdbcType="VARCHAR"/>
|
|
<result property="channelId" column="channel_id" jdbcType="VARCHAR"/>
|
|
<result property="channelId" column="channel_id" jdbcType="VARCHAR"/>
|
|
<result property="openFlag" column="open_flag" jdbcType="BIT"/>
|
|
<result property="openFlag" column="open_flag" jdbcType="BIT"/>
|
|
<result property="openTime" column="open_time" jdbcType="TIMESTAMP"/>
|
|
<result property="openTime" column="open_time" jdbcType="TIMESTAMP"/>
|
|
@@ -18,7 +19,7 @@
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
- id,show_content,channel_id,open_flag,
|
|
|
|
|
|
+ id,show_content,remark,channel_id,open_flag,
|
|
open_time,create_by,create_time,
|
|
open_time,create_by,create_time,
|
|
update_by,update_time,del_flag
|
|
update_by,update_time,del_flag
|
|
</sql>
|
|
</sql>
|