mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
根据站点id 查询分账配置加缓存
This commit is contained in:
@@ -354,4 +354,9 @@ public class CacheConstants {
|
||||
* 根据桩号查询计费模板
|
||||
*/
|
||||
public static final String BILLING_TEMPLATE_BY_PILE_SN = "billing_template_by_pile_sn:";
|
||||
|
||||
/**
|
||||
* 根据站点id查询分账配置
|
||||
*/
|
||||
public static final String QUERY_STATION_SPLIT_CONFIG = "query_station_split_config:";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user