username@email.com
2023-07-10 050d8fde17d71d0e5d3353984a55838903abbe36
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