feat:添加数据权限搭建,准备完成数据权限过滤
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Yi.Furion.Core.Rbac.Enums;
|
||||
|
||||
namespace Yi.Furion.Core.Rbac.Dtos.Role
|
||||
{
|
||||
public class UpdateDataScpoceInput
|
||||
{
|
||||
public long RoleId { get; set; }
|
||||
|
||||
public List<long>? DeptIds { get; set;}
|
||||
|
||||
public DataScopeEnum DataScope { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user