提交rbac
提交设置右键错位的bug
This commit is contained in:
16
DH.RBAC/Models/DTO/Parms/AuthorParms.cs
Normal file
16
DH.RBAC/Models/DTO/Parms/AuthorParms.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DH.RBAC.Model.DTO.Parms
|
||||
{
|
||||
public class AuthorParms
|
||||
{
|
||||
public string roleId { get; set; }
|
||||
public List<string> perIds { get; set; }
|
||||
|
||||
public string operater { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user