Commit 75bec6df by 田超

Merge branch 'feature/1004118' into 'master'

feat: [1004118] 作业本小程序

See merge request rays/pcloud-common-parent!174
parents 4e8a5244 e0b502dd
...@@ -436,4 +436,9 @@ public class MQTopicProducer { ...@@ -436,4 +436,9 @@ public class MQTopicProducer {
*/ */
public static final String CRAWLER_RESULT = "topic.productCrawlerResult"; public static final String CRAWLER_RESULT = "topic.productCrawlerResult";
/**
* 作业本小程序支付
*/
public static final String EXERCISE_BOOK_PAY = "topic.exerciseBookPay";
} }
...@@ -75,6 +75,11 @@ public enum TranscodeFromEnum { ...@@ -75,6 +75,11 @@ public enum TranscodeFromEnum {
BM_OFFICE("BM_OFFICE"), BM_OFFICE("BM_OFFICE"),
/** /**
* 作业本-打印
*/
EXERCISE_BOOK_PRINT("EXERCISE_BOOK_PRINT"),
/**
* 报名应用,pdf * 报名应用,pdf
*/ */
BM_PDF("BM_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