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