LR-20210131IOQH\Administrator
2021-08-10 d4a6d65f5e449c3e5464aa18ae97bf8953987217
zhengcaioa/DTO/AreaDTO.cs
@@ -10,6 +10,8 @@
        public string Name { get; set; }
        public string ParentId { get; set; }
        public string ParentName { get; set; }
        public List<AreaDTO> Children { get; set; }
    }
    public class AreaDTOSearch : SearchEntity