mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
用户增加parentid,组织增加负责人
This commit is contained in:
@@ -44,6 +44,11 @@ namespace OpenAuth.App.Response
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public int Type { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 直接上级
|
||||
/// </summary>
|
||||
public string ParentId { get; set; }
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user