mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-16 07:59:54 +08:00
11 lines
256 B
C#
11 lines
256 B
C#
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; }
|
|
}
|
|
}
|