Admin.NET/FZCTB.NET.API.Application/User/DTO/DTOS.cs
@@ -22,7 +22,7 @@ /// <summary> /// id /// </summary> [SugarColumn(IsTreeKey = true)] //设置关联字段 public long Id { get; set; } /// <summary> @@ -44,7 +44,7 @@ /// 子类 /// </summary> public List<FBS_EnterpriseType> Child { get; set; } public List<EnterpriseTypeVM> Child { get; set; } } /// <summary>