mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-10 11:24:45 +08:00
initial
This commit is contained in:
11
OpenAuth.Domain/DataPermission.cs
Normal file
11
OpenAuth.Domain/DataPermission.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace OpenAuth.Domain
|
||||
{
|
||||
public partial class DataPermission
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string RoleId { get; set; }
|
||||
public string ResourceId { get; set; }
|
||||
public string ObjectId { get; set; }
|
||||
public virtual Role Role { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user