Commit 7a17eca5 by 高鹏

Merge branch 'mergeuat' into 'master'

加上礼物单提醒

See merge request rays/pcloud-common-parent!11
parents e2c40352 4c8c37fc
...@@ -117,7 +117,12 @@ public enum SceneCode { ...@@ -117,7 +117,12 @@ public enum SceneCode {
/** /**
* 报名审核提醒 * 报名审核提醒
*/ */
BM_AUDIT_SCENE("BM_AUDIT_SCENE"); BM_AUDIT_SCENE("BM_AUDIT_SCENE"),
/**
* 礼物单提醒
*/
GIFT_SCENE("GIFT_SCENE");
/** /**
* 值 * 值
......
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