username@email.com
2021-08-27 7b9e068cfe4e295f9ee960457d848c631f0136c7
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