mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-06 05:38:01 +08:00
10 lines
209 B
C#
10 lines
209 B
C#
namespace OpenAuth.Domain
|
|
{
|
|
public partial class UserRole
|
|
{
|
|
public string UserRoleId { get; set; }
|
|
public string UserId { get; set; }
|
|
public string RoleId { get; set; }
|
|
}
|
|
}
|