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/UserRole.cs
Normal file
9
OpenAuth.Domain/UserRole.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace OpenAuth.Domain
|
||||
{
|
||||
public partial class UserRole
|
||||
{
|
||||
public string UserRoleId { get; set; }
|
||||
public string UserId { get; set; }
|
||||
public string RoleId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user