赛会自动排班

This commit is contained in:
wuyibo
2022-11-12 21:34:36 +08:00
parent 0206ffc298
commit f080128a5a
10 changed files with 451 additions and 7 deletions

View File

@@ -51,4 +51,9 @@ public class CacheConstants
* 登录账户密码错误次数 redis key
*/
public static final String PWD_ERR_CNT_KEY = "pwd_err_cnt:";
/**
* 存放赛程循环赛的锁的key
*/
public static final String ARRANGE_TEAM_GROUP_SCHEDULE="arrange:team:group:schedule:";
}