计费模板备注字段

This commit is contained in:
2024-02-21 10:50:27 +08:00
parent 607ac30652
commit 030873b9e8
7 changed files with 16 additions and 16 deletions

View File

@@ -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,