Add energy api and test

This commit is contained in:
WQY\qiong
2022-11-04 13:10:31 +08:00
parent e8abbef5a6
commit 47e029e118
6 changed files with 791 additions and 167 deletions

View File

@@ -1,9 +1,7 @@
-- [ENERGY]
drop table if exists energy_demand_charge;
drop table if exists energy_pump;
drop table if exists energy_pump_effic;
drop table if exists energy_pump_pattern;
drop table if exists energy_pump_price;
drop table if exists energy_global;
drop type if exists energy_param;