Commit 601d683f by lihao

新增报名PDF转码

新增报名PDF转码
parent 452f55bf
...@@ -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");
/** /**
......
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