using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareDataCore.RBAC.EnumType { public enum EContentType { 用于BS端的菜单, 用于CS端的菜单 } }