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

This commit is contained in:
kamonwan taengsuk
2023-09-01 16:28:43 +07:00
parent da3c9bf314
commit 9988205756
15 changed files with 379 additions and 254 deletions

View File

@@ -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