无关风月
2024-06-24 0dfecde9ebe89ec797b273823c52e44baf056df6
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java
@@ -159,6 +159,16 @@
    public static final Integer SIXTY = 60;
    /**
     * - 前缀
     */
    public static final String REDUCE = "-";
    /**
     * 空字符串
     */
    public static final String EMPTY_STR = "";
    /**
     * 0数字
     */
    public static final Integer ZERO = 0;
@@ -219,6 +229,18 @@
     * 数字7
     */
    public static final Integer SEVEN = 7;
    /**
     * 数字10
     */
    public static final Integer TEN = 10;
    /**
     * -1
     */
    public static final Integer BURDEN_ONE = -1;
    /**
     * 1数字
@@ -283,6 +305,16 @@
    /**
     * 积分来源 - 完成听故事
     */
    public static final String COMPLETE_STORY= "完成听故事";
    public static final String COMPLETE_STORY = "完成听故事";
    /**
     * 超级听力
     */
    public static final String HEARING = "超级听力";
    /**
     * 超级听力
     */
    public static final String MEMORY = "超级记忆";
}