From 0dfecde9ebe89ec797b273823c52e44baf056df6 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期一, 24 六月 2024 09:51:54 +0800 Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/DolphinEnglish --- ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java | 34 +++++++++++++++++++++++++++++++++- 1 files changed, 33 insertions(+), 1 deletions(-) diff --git a/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java b/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java index a97c9c4..99da36f 100644 --- a/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java +++ b/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 = "超级记忆"; } -- Gitblit v1.7.1