寄点电站数据融合
This commit is contained in:
@ -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:";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user