Commit f7db9fe5 by 田超

Merge branch 'feature/1005183' into 'master'

feat: [1005183] 编辑端新增图书售卖服务

See merge request rays/pcloud-common-parent!222
parents 6b10fead bb40dbfd
......@@ -92,7 +92,8 @@ public enum AppTypeEnum {
COLD_KNOWLEDGE("COLD_KNOWLEDGE", "冷知识"),
FLAG("FLAG", "立Flag"),
TICKET("TICKET","准考证"),
FOREIGN_READ("FOREIGN_READ","外刊阅读");
FOREIGN_READ("FOREIGN_READ","外刊阅读"),
BOOK_ORDER("BOOK_ORDER", "图书订购");
/**
* 枚举转换
......
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