using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Yi.Furion.Core.Rbac.Enums { public enum DataScopeEnum { ALL = 0, CUSTOM = 1, DEPT = 2, DEPT_FOLLOW = 3, USER = 4 } }