Commit 53cc877a by zhangxingmin

来源类型

parent 2126c169
......@@ -68,6 +68,10 @@ public enum CommonEnum {
APPROVAL_STATUS_CG("CG","审核成功"),
APPROVAL_STATUS_SB("SB","审核失败"),
//来源类型
SOURCE_TYPE_PC("PC","PC"),
SOURCE_TYPE_MINI_PROGRAM("MINI_PROGRAM","小程序"),
SOURCE_TYPE_APP("APP","APP"),
;
......
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