寄点电站数据融合

This commit is contained in:
2026-03-17 10:48:02 +08:00
parent 1cf6ac1670
commit b6acb9bcf4
13 changed files with 497 additions and 33 deletions

View File

@ -1041,4 +1041,13 @@ public interface CommonConstant {
// 调用成功code
Integer SUCCESS_CODE = 200;
}
/**
* 寄点 token 缓存 key
*/
String SHIP_ENERGY_TOKEN_KEY = "ShipEnergyToken";
/**
* 监控数据
*/
String SHIP_ENERGY_MAIN = "ShipEnergyMain:";
}