bug fixed

This commit is contained in:
kamonwan taengsuk
2023-06-26 12:10:37 +07:00
parent c1f2496dd7
commit 83bb7d76e6
8 changed files with 89 additions and 104 deletions

View File

@@ -106,14 +106,9 @@ namespace rmutr_report.Models
public class fourteenth_data
{
public string level { get; set; } //ข้อ 14
public List<fourteenth_data_detail> fourteenths { get; set; }
}
public class fourteenth_data_detail
{
public string component { get; set; }
public string indicator { get; set; }
}
public class fifteenth_data