mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 18:34:44 +08:00
添加资源表/数据字典/分类
This commit is contained in:
@@ -6,12 +6,12 @@ using System.Linq;
|
||||
namespace OpenAuth.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// 用户ID
|
||||
/// 角色
|
||||
/// </summary>
|
||||
public partial class Role
|
||||
{
|
||||
/// <summary>
|
||||
/// 用户ID
|
||||
/// 资源表ID
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public int Id { get; set; }
|
||||
@@ -23,7 +23,7 @@ namespace OpenAuth.Domain
|
||||
public string Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 状态
|
||||
/// 资源分类标识
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public int Status { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user