Commit 770abd10 by 朱亚洁

feat:[1006922]APP课程标签

parent 29f24529
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment