This commit is contained in:
@@ -484,6 +484,12 @@ namespace rmutr_report.Models
|
||||
}
|
||||
|
||||
public class twenty_four_data
|
||||
{
|
||||
public string activity { get; set; }
|
||||
public List<twenty_four_data_detail> twenty_fours { get; set; }
|
||||
}
|
||||
|
||||
public class twenty_four_data_detail
|
||||
{
|
||||
public string text1 { get; set; }
|
||||
public string text2 { get; set; }
|
||||
@@ -496,7 +502,7 @@ namespace rmutr_report.Models
|
||||
public string area { get; set; }
|
||||
public string telephone_number { get; set; }
|
||||
public string mobile_number { get; set; }
|
||||
public string email { get; set; }
|
||||
public string email { get; set; }
|
||||
}
|
||||
|
||||
public class twenty_fifth_data
|
||||
|
||||
Reference in New Issue
Block a user