Commit 0e790f97 by 高鹏

Merge branch 'feat-lh' into 'master'

merge:报名附件转码枚举常量

See merge request rays/pcloud-common-parent!37
parents 61ebcf99 0f4e4103
...@@ -67,7 +67,13 @@ public enum TranscodeFromEnum { ...@@ -67,7 +67,13 @@ public enum TranscodeFromEnum {
/** /**
* 错题本-打印 * 错题本-打印
*/ */
NOTE_PRINT("NOTE_PRINT"); NOTE_PRINT("NOTE_PRINT"),
/**
* 报名应用,office
*/
BM_OFFICE("BM_OFFICE");
/** /**
* 值 * 值
......
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