防止用户多次预约面试

This commit is contained in:
feng.li
2023-12-11 18:02:15 +08:00
parent ac88672941
commit 85991fcc15
6 changed files with 156 additions and 128 deletions

View File

@@ -257,4 +257,10 @@ public class RedisConstant {
* 动态标题
*/
public static final String CONTENT_TITLES = "content:titles";
/**
* 用户预约面试锁
*/
public static final String PARTNER_APPOINTMENT_LOCK = "partner:appointment:lock:{0}";
}