This commit is contained in:
1073413548 2024-09-11 11:51:44 +08:00
parent 1e9f7cdaac
commit b70c0d5667

View File

@ -85,4 +85,21 @@ public interface CacheNames {
* 首页查询(成交金额) * 首页查询(成交金额)
*/ */
String HOME_C = "home_queryC#60s"; String HOME_C = "home_queryC#60s";
/**
* 首页查询
*/
String HOME_D = "home_queryD#60s";
/**
* 首页查询
*/
String HOME_E = "home_queryE#60s";
/**
* 首页查询
*/
String HOME_F = "home_queryF#60s";
/**
* 首页查询
*/
String HOME_G = "home_queryG#60s";
} }