mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-10 19:34:45 +08:00
initial
This commit is contained in:
13
OpenAuth.Domain/RoleMenuButton.cs
Normal file
13
OpenAuth.Domain/RoleMenuButton.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
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; }
|
||||
public virtual Button Button { get; set; }
|
||||
public virtual Menu Menu { get; set; }
|
||||
public virtual Role Role { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user