新增计费模板描述字段

This commit is contained in:
2024-02-20 17:11:09 +08:00
parent ec7fb2a6c0
commit 85bbc2736d
4 changed files with 9 additions and 2 deletions

View File

@@ -233,6 +233,7 @@
t1.id as stationId,
t1.station_name as stationName,
t2.template_code as templateCode,
t2.template_remark as templateRemark,
t2.template_desc as templateDesc
FROM
pile_station_info t1