Commit 9bc9d8e2 by huzhenkun

添加类型

parent c26872de
...@@ -25,7 +25,12 @@ public enum NotifyOriginTypeEnum { ...@@ -25,7 +25,12 @@ public enum NotifyOriginTypeEnum {
/** /**
* 社群书 * 社群书
*/ */
BOOK_GROUP("BOOK_GROUP"); BOOK_GROUP("BOOK_GROUP"),
/**
* 正版授权genuine
*/
GENUINE("GENUINE");
/** /**
* 值 * 值
......
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