hjl
2024-07-18 b9da8289051937fbbbd47bbda97414ad6c769a90
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;