update 天然气流量

This commit is contained in:
lb
2023-12-01 09:31:44 +08:00
parent a880f62393
commit d1d47cf5ac
6 changed files with 61 additions and 56 deletions

View File

@@ -14,7 +14,7 @@ export const store = configureStore({
// 风机运行频率
fanFrequence: fanFrequenceReducer,
// 天然气流量
wind: gasReducer,
natGas: gasReducer,
// 助燃风流量
combustionAir: combustionAirReducer,
},