mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
加缓存
This commit is contained in:
@@ -54,6 +54,16 @@ public class CacheConstants {
|
||||
*/
|
||||
public static final String PILE_CONNECTOR_STATUS_KEY = "pile_connector_status:";
|
||||
|
||||
/**
|
||||
* 查询设备管理
|
||||
*/
|
||||
public static final String SELECT_PILE_BASIC_INFO_BY_SN = "select_pile_basic_info_by_sn:";
|
||||
|
||||
/**
|
||||
* 查询站点信息
|
||||
*/
|
||||
public static final String SELECT_PILE_STATION_INFO_BY_ID = "select_pile_station_info_by_id:";
|
||||
|
||||
/**
|
||||
* 充电桩sn生成 key
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user