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

@ -21,6 +21,10 @@ namespace DamageAssesment.Api.Locations.Db
[StringLength(2)]
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; }
}
}