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:
@@ -27,9 +27,15 @@ public class CacheConstants {
|
||||
// 缓存时间 12小时
|
||||
public static final int cache_expire_time_12h = cache_expire_time_1h * 12;
|
||||
|
||||
// 缓存时间 24小时
|
||||
// 缓存时间 1天 24小时
|
||||
public static final int cache_expire_time_1d = cache_expire_time_1h * 24;
|
||||
|
||||
// 缓存时间 3天
|
||||
public static final int cache_expire_time_3d = cache_expire_time_1d * 3;
|
||||
|
||||
// 缓存时间 7天
|
||||
public static final int cache_expire_time_7d = cache_expire_time_1d * 7;
|
||||
|
||||
// 缓存时间 10天
|
||||
public static final int cache_expire_time_10d = cache_expire_time_1d * 10;
|
||||
|
||||
@@ -61,6 +67,9 @@ public class CacheConstants {
|
||||
// 平台测试员
|
||||
public static final String PLATFORM_TESTER = "platform_tester:";
|
||||
|
||||
// 枪口插枪状态 缓存前缀
|
||||
public static final String CHARGER_PLUGGED_IN_STATUS = "charger_plugged_in_status:";
|
||||
|
||||
// 查询桩型号信息
|
||||
public static final String GET_PILE_MODEL_INFO_BY_MODEL_ID = "get_pile_model_info_by_model_id:";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user