Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐少华
midjourney-proxy
Commits
770abd10
Commit
770abd10
authored
Apr 02, 2022
by
朱亚洁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:[1006922]APP课程标签
parent
29f24529
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
AppLabelConstant.java
...ain/java/com/pcloud/common/constant/AppLabelConstant.java
+9
-0
No files found.
pcloud-common/src/main/java/com/pcloud/common/constant/AppLabelConstant.java
View file @
770abd10
...
@@ -41,6 +41,12 @@ public class AppLabelConstant {
...
@@ -41,6 +41,12 @@ public class AppLabelConstant {
public
static
final
String
GRADE12
=
"高三"
;
public
static
final
String
GRADE12
=
"高三"
;
public
static
final
String
GRADE7NEW
=
"七年级"
;
public
static
final
String
GRADE8NEW
=
"八年级"
;
public
static
final
String
GRADE9NEW
=
"九年级"
;
/**
/**
* 1年级标签
* 1年级标签
*/
*/
...
@@ -280,10 +286,13 @@ public class AppLabelConstant {
...
@@ -280,10 +286,13 @@ public class AppLabelConstant {
case
AppLabelConstant
.
GRADE6
:
case
AppLabelConstant
.
GRADE6
:
return
AppLabelConstant
.
GRADE6_LABEL_IDS
;
return
AppLabelConstant
.
GRADE6_LABEL_IDS
;
case
AppLabelConstant
.
GRADE7
:
case
AppLabelConstant
.
GRADE7
:
case
AppLabelConstant
.
GRADE7NEW
:
return
AppLabelConstant
.
GRADE7_LABEL_IDS
;
return
AppLabelConstant
.
GRADE7_LABEL_IDS
;
case
AppLabelConstant
.
GRADE8
:
case
AppLabelConstant
.
GRADE8
:
case
AppLabelConstant
.
GRADE8NEW
:
return
AppLabelConstant
.
GRADE8_LABEL_IDS
;
return
AppLabelConstant
.
GRADE8_LABEL_IDS
;
case
AppLabelConstant
.
GRADE9
:
case
AppLabelConstant
.
GRADE9
:
case
AppLabelConstant
.
GRADE9NEW
:
return
AppLabelConstant
.
GRADE9_LABEL_IDS
;
return
AppLabelConstant
.
GRADE9_LABEL_IDS
;
case
AppLabelConstant
.
GRADE10
:
case
AppLabelConstant
.
GRADE10
:
return
AppLabelConstant
.
GRADE10_LABEL_IDS
;
return
AppLabelConstant
.
GRADE10_LABEL_IDS
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment