Update energy value

This commit is contained in:
WQY\qiong
2022-11-14 20:05:31 +08:00
parent b0815f75eb
commit dff73445c5

View File

@@ -7,10 +7,10 @@ create table energy
); );
insert into energy (key, value) values insert into energy (key, value) values
('GLOBAL PRICE', '0.0') ('GLOBAL PRICE', '0')
, ('GLOBAL PATTERN', '') , ('GLOBAL PATTERN', '')
, ('GLOBAL EFFIC', '75') , ('GLOBAL EFFIC', '75')
, ('DEMAND CHARGE', '0.0') , ('DEMAND CHARGE', '0')
; ;
create table energy_pump_price create table energy_pump_price