Commit 4d501558 by 高鹏

Merge branch 'feat-1001906' into 'master'

新增报名PDF转码

See merge request rays/pcloud-common-parent!67
parents 452f55bf 601d683f
...@@ -72,7 +72,12 @@ public enum TranscodeFromEnum { ...@@ -72,7 +72,12 @@ public enum TranscodeFromEnum {
/** /**
* 报名应用,office * 报名应用,office
*/ */
BM_OFFICE("BM_OFFICE"); BM_OFFICE("BM_OFFICE"),
/**
* 报名应用,pdf
*/
BM_PDF("BM_PDF");
/** /**
...@@ -88,4 +93,4 @@ public enum TranscodeFromEnum { ...@@ -88,4 +93,4 @@ public enum TranscodeFromEnum {
private TranscodeFromEnum(String code) { private TranscodeFromEnum(String code) {
this.code = code; this.code = code;
} }
} }
\ No newline at end of file
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