username@email.com
2022-12-26 ce50650dbd08bddfa53ef8ab592a477761633e3d
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