mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 18:34:44 +08:00
调整了一下项目框架与前端JS代码
This commit is contained in:
10
OpenAuth.Domain/RoleMenuButton.cs
Normal file
10
OpenAuth.Domain/RoleMenuButton.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace OpenAuth.Domain
|
||||
{
|
||||
public partial class RoleMenuButton
|
||||
{
|
||||
public string RoleMenuButtonId { get; set; }
|
||||
public string RoleId { get; set; }
|
||||
public string MenuId { get; set; }
|
||||
public string ButtonId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user