completed heatmap api changes for location and response api

This commit is contained in:
uppuv
2023-11-07 16:51:10 -05:00
parent 227795aeda
commit 7f276ed532
5 changed files with 62 additions and 21 deletions

View File

@ -11,5 +11,9 @@ namespace DamageAssesment.Api.Locations.Models
public string Name { get; set; }
public string MaintenanceCenter { get; set; }
public string SchoolType { get; set; }
public int? DataValue { get; set; }
public int? Enrollment { get; set; }
public double? Longitute { get; set; }
public double? Latitude { get; set; }
}
}