completed heatmap api changes for location and response api

This commit is contained in:
uppuv
2023-11-07 16:56:08 -05:00
parent c80749e292
commit f7ccc89d53
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; }
}
}