mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-17 01:46:30 +08:00
10 lines
209 B
C#
10 lines
209 B
C#
![]() |
namespace OpenAuth.Domain
|
||
|
{
|
||
|
public partial class RoleMenu
|
||
|
{
|
||
|
public string RoleMenuId { get; set; }
|
||
|
public string RoleId { get; set; }
|
||
|
public string MenuId { get; set; }
|
||
|
}
|
||
|
}
|