用户增加parentid,组织增加负责人

This commit is contained in:
yubaolee
2023-12-14 21:43:42 +08:00
parent 099ea55a3d
commit 457458541b
5 changed files with 26 additions and 43 deletions

View File

@@ -44,6 +44,11 @@ namespace OpenAuth.App.Response
/// </summary>
/// <returns></returns>
public int Type { get; set; }
/// <summary>
/// 直接上级
/// </summary>
public string ParentId { get; set; }