using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace YY.Admin.Core { /// /// 所属用户数据权限 /// [AttributeUsage(AttributeTargets.Property, AllowMultiple = true, Inherited = true)] public class OwnerUserAttribute : Attribute { } }