namespace Atomx.Common.Enums { /// /// 菜单数据类型 /// public enum MenuType { /// /// 未知 /// None = 0, /// /// 管理系统 /// AdminSystem = 1 } }