Commit 8030520d by songxiang

错题本发UAT

parent 71055296
...@@ -62,7 +62,12 @@ public enum TranscodeFromEnum { ...@@ -62,7 +62,12 @@ public enum TranscodeFromEnum {
/** /**
* 错题本-答案 * 错题本-答案
*/ */
NOTE_ANSWER("NOTE_ANSWER"); NOTE_ANSWER("NOTE_ANSWER"),
/**
* 错题本-打印
*/
NOTE_PRINT("NOTE_PRINT");
/** /**
* 值 * 值
......
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
*/ */
package com.pcloud.common.enums; package com.pcloud.common.enums;
import com.google.common.collect.Maps;
import java.util.Arrays; import java.util.Arrays;
import java.util.Map; import java.util.Map;
import com.google.common.collect.Maps;
/** /**
* @描述:应用类型常量枚举 * @描述:应用类型常量枚举
* @作者:songx * @作者:songx
......
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