update:组织用户目录树全部读取

This commit is contained in:
2021-06-28 15:20:25 +08:00
parent 4eace63902
commit 6178ac5059
5 changed files with 73 additions and 20 deletions

View File

@@ -1,5 +1,6 @@
using Microsoft.EntityFrameworkCore;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Xml.Serialization;
@@ -29,6 +30,7 @@ namespace Ewide.Core
/// 名称
/// </summary>
[Comment("名称")]
[MaxLength(20)]
public string Name { get; set; }
/// <summary>