mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
计费模板备注字段
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<result property="templateCode" column="template_code"/>
|
||||
<result property="name" column="name"/>
|
||||
<result property="status" column="status"/>
|
||||
<result property="remark" column="remark"/>
|
||||
<result property="templateRemark" column="template_remark"/>
|
||||
<result property="templateDesc" column="template_desc"/>
|
||||
<result property="type" column="type"/>
|
||||
<result property="stationId" column="station_id"/>
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
<!--@mbg.generated PileBillingTemplate-->
|
||||
id, template_code, name, status, remark, template_desc, type, station_id, free_time, occupy_fee, max_occupy_fee, public_flag,
|
||||
id, template_code, name, status, template_remark, template_desc, type, station_id, free_time, occupy_fee, max_occupy_fee, public_flag,
|
||||
member_flag, create_time, update_by, update_time, del_flag
|
||||
</sql>
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
a.free_time,
|
||||
a.occupy_fee,
|
||||
a.max_occupy_fee,
|
||||
a.remark,
|
||||
a.template_remark,
|
||||
a.type,
|
||||
a.station_id,
|
||||
a.create_by,
|
||||
|
||||
Reference in New Issue
Block a user