hjl
2024-05-30 7fcc27e0646032f81df1117257f29206fd0fb9ee
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/RedisConstants.java
@@ -29,5 +29,9 @@
     */
    public final static String HEARING_TREE = "game_subject";
    /**
     * 过期时间 30
     */
    public final static Integer THIRTY = 30;
}