update 加缓存

This commit is contained in:
2023-06-21 09:02:56 +08:00
parent 1d9115e927
commit e8206404ed
3 changed files with 586 additions and 534 deletions

View File

@@ -23,6 +23,9 @@ public class CacheConstants {
public static final int cache_expire_time_1d = 60 * 60 * 24;
//
public static final String SELECT_PILE_BILLING_TEMPLATE_BY_ID = "select_Pile_Billing_Template_By_Id:";
// 站点计费模板列表
public static final String QUERY_STATION_BILLING_TEMPLATE_LIST = "query_station_billing_template_list:";