ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java
@@ -253,11 +253,21 @@ public static final Integer EIGHT = 18; /** * 数字 30 */ public static final Integer THIRTY = 30; /** * 数字100 */ public static final Integer ONE_HUNDRED = 100; /** * 数字 365 */ public static final Integer YEAR_DAY = 365; /** * 数字 3000 */ public static final Integer THREE_THOUSAND = 3000;