hjl
2024-07-23 562699fa6d0c279fe0f4f81ce87c336a34a3fb91
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java
@@ -248,9 +248,14 @@
    public static final Integer EIGHTEEN = 18;
    /**
     * 数字18
     * 数字8
     */
    public static final Integer EIGHT = 18;
    public static final Integer EIGHT = 8;
    /**
     * 数字 30
     */
    public static final Integer THIRTY = 30;
    /**
     * 数字100
@@ -258,6 +263,11 @@
    public static final Integer ONE_HUNDRED = 100;
    /**
     * 数字 365
     */
    public static final Integer YEAR_DAY = 365;
    /**
     * 数字 3000
     */
    public static final Integer THREE_THOUSAND = 3000;