新增到课签到时间窗口与迟到签到时间窗口配置,优化教练评分机制(未测试)
This commit is contained in:
+9
@@ -70,4 +70,13 @@ public final class RedisKeyConstants {
|
||||
* 用途:存储登录/注册等场景的短信验证码
|
||||
*/
|
||||
public static final String SMS_CODE = "sms:code:";
|
||||
|
||||
// ==================== 教练配置模块 ====================
|
||||
|
||||
/**
|
||||
* 教练时间规则缓存
|
||||
* 格式:coach:time:rules
|
||||
* 用途:缓存所有启用的教练时间规则列表
|
||||
*/
|
||||
public static final String COACH_TIME_RULES = "coach:time:rules";
|
||||
}
|
||||
Reference in New Issue
Block a user