mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
Merge branch 'dev-new' into dev-new-rabbitmq
This commit is contained in:
@@ -158,7 +158,7 @@ public class CacheConstants {
|
||||
/**
|
||||
* 0x17参数配置缓存
|
||||
*/
|
||||
public static final String PARAMETER_CONFIGURATION_BY_TRANSACTIONCODE = "ParameterConfigurationByTransactionCode:";
|
||||
public static final String PARAMETER_CONFIGURATION_BY_TRANSACTION_CODE = "parameter_configuration_by_transaction_code:";
|
||||
|
||||
/**
|
||||
* 充电桩最后连接时间
|
||||
@@ -170,6 +170,11 @@ public class CacheConstants {
|
||||
*/
|
||||
public static final String SELECT_PILE_CONNECTOR_INFO_LIST = "select_pile_connector_info_list:";
|
||||
|
||||
/**
|
||||
* 0x3b交易记录缓存key
|
||||
*/
|
||||
public static final String TRANSACTION_RECORD_BY_TRANSACTION_CODE = "transaction_record_by_transaction_code:";
|
||||
|
||||
/**
|
||||
* 充电桩状态前缀
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user