fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-08-31 16:12:13 +07:00
parent f7680ffb3e
commit da3c9bf314
15 changed files with 52 additions and 21 deletions

View File

@@ -501,10 +501,12 @@ namespace rmutr_report.Models
public class twenty_fifth_data
{
public string activity { get; set; }
public List<string> activity { get; set; }
public string activitys { get; set; }
public string activity_display_name { get; set; }
public string dates { get; set; }
public string location { get; set; }
public List<string> location { get; set; }
public string locations { get; set; }
public List<twenty_fifth_data_details> twenty_fifth_data_detail { get; set; }
}