This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user