|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Mini.Model.Enum
|
|
{
|
|
public enum ParameterEnums
|
|
{
|
|
WeiXin_IllegalKewords,//关键词配置
|
|
ShowSaleLine,//显示销售线索
|
|
SaleLineHttp,//销售线索地址
|
|
NotShowGroupCorp,//不显示的群
|
|
ShowOtherSaleLT//企业微信聊天详细里面是否显示该客户与其他客服的聊天记录
|
|
}
|
|
}
|