xuhy
2025-03-21 fd6e1e93f65bde3e1c8c15f36b2ff6324d071966
ruoyi-common/src/main/java/com/ruoyi/common/constant/CacheConstants.java
@@ -41,4 +41,10 @@
     * 登录账户密码错误次数 redis key
     */
    public static final String PWD_ERR_CNT_KEY = "pwd_err_cnt:";
    public static final String BILL_UPDATE_LOCK_KEY = "bill_update_lock:";
    public static final String COMPLETE_PAY_LOCK_KEY = "complete_pay_lock:";
}