Commit 8589e46e by fudahua

会员标签同步-根据会员id查询好友的人

parent fff36a63
......@@ -4,7 +4,9 @@ package com.gic.haoban.manage.api.enums;
* Created by hua on 2021/8/2.
*/
public enum AlertTypeEnum {
QYWX_TAG_SYNC(1, "企业微信标签同步");
QYWX_TAG_SYNC(1, "企微标签同步"),
QUNFA_MESSAGE(2, "企微群发"),
FRIEND_ADD(3, "企微好友添加"),;
private Integer type;
private String name;
......
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