fixed survey put issue, amd added export excel in responses

This commit is contained in:
uppuv
2023-10-31 16:19:24 -04:00
parent ae6b306290
commit fc166e65c9
16 changed files with 363 additions and 47 deletions

View File

@ -4,6 +4,7 @@
{
public int Id { get; set; }
public int RegionId { get; set; }
public string LocationCode { get; set; }
public string Name { get; set; }
public string MaintenanceCenter { get; set; }
public string SchoolType { get; set; }