bug fixed

This commit is contained in:
kamonwan taengsuk
2023-06-26 11:54:34 +07:00
parent 64836ac0e5
commit c1f2496dd7
8 changed files with 784 additions and 758 deletions

View File

@@ -37,7 +37,6 @@ namespace rmutr_report.Models
public string strategic_issues_thirteenth { get; set; } //ข้อ 13
public string subject_thirteenth { get; set; } //ข้อ 13
public string strategy_thirteenth { get; set; } //ข้อ 13
public string level { get; set; } //ข้อ 14
public List<fourteenth_data> fourteenth { get; set; } //ข้อ 14
public List<fifteenth_data> fifteenth { get; set; } //ข้อ 15
public int? count_activity { get; set; } //ข้อ 16
@@ -105,6 +104,13 @@ 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; }