This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
using System;
using System.Collections.Generic;
using System.Text;
namespace Mini.Model.Enum
{
public enum BasConfigEnums
IsShowPhone,//是否显示手机号码
IsOutAndInnerGroupLevel,//是区分了内外部的版本满,1是,0老版本
HiddenEWM,//隐藏聊天记录图片二维码 1:隐藏,0和默认不隐藏
SelfUrl,//本身的地址
}