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