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