namespace Application.Domain.Entity; public class TaskNeedData:TowerNeed { public string areaCode { get; set; } public string mapId { get; set; } }