Mini.Crm/Mini.Model/Enum/BasConfigEnums.cs

15 lines
398 B
C#
Raw Blame History

This file contains ambiguous Unicode characters

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,//本身的地址
}
}