生产管理

This commit is contained in:
DEVICE8\12494
2023-04-21 16:54:16 +08:00
parent e915a1949c
commit a1bf240ff2
17 changed files with 750 additions and 265 deletions

View File

@@ -73,4 +73,9 @@ public class OrganizeListOutput : TreeModel
/// 集团名 (组织树最后一个).
/// </summary>
public string lastFullName { get; set; }
/// <summary>
/// 组织类型名称
/// added by ly on 20230421
/// </summary>
public string categoryName { get; set; }
}