completed heatmap api changes for location and response api

This commit is contained in:
uppuv
2023-11-07 17:04:19 -05:00
parent 17cd993a56
commit 19fac4d810
5 changed files with 62 additions and 21 deletions

View File

@ -8,5 +8,9 @@
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; }
}
}