namespace NPin.Framework.Upms.Domain.Authorization; /// /// 数据权限过滤接口,可通过DataFilter配置关闭 /// public interface IDataPermission { }