Commit e0b502dd by 郑勇

feat: [1004118] 作业本小程序

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