mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 01:58:01 +08:00
用户增加parentid,组织增加负责人
This commit is contained in:
@@ -99,6 +99,12 @@ namespace OpenAuth.Repository.Domain
|
||||
/// </summary>
|
||||
[Description("分类ID")]
|
||||
public string TypeId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 负责人ID
|
||||
/// </summary>
|
||||
[Description("负责人ID")]
|
||||
public string ChairmanId { get; set; }
|
||||
|
||||
}
|
||||
}
|
@@ -84,6 +84,12 @@ namespace OpenAuth.Repository.Domain
|
||||
/// </summary>
|
||||
[Description("分类ID")]
|
||||
public string TypeId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 直接上级
|
||||
/// </summary>
|
||||
[Description("直接上级")]
|
||||
public string ParentId { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user