update 优化查询预约信息

This commit is contained in:
Guoqs
2026-06-22 17:00:48 +08:00
parent ecc75395ff
commit 710c8fb0fa
5 changed files with 602 additions and 7 deletions

View File

@@ -442,4 +442,9 @@ public class CacheConstants {
* 用户app注册
*/
public static final String USER_APP_REGISTER = "user_app_register:";
/**
* 预约信息查询缓存queryReservationInfo接口
*/
public static final String RESERVATION_INFO = "reservation_info:";
}