This commit is contained in:
2023-04-23 16:46:36 +08:00
35 changed files with 1967 additions and 814 deletions

View File

@@ -62,4 +62,8 @@ public class DepartmentInfoOutput
/// added by ly on 20230420
/// </summary>
public string category { get; set; }
/// <summary>
/// 组织类型名称
/// </summary>
public string categoryName { get; set; }
}