bug fixed

This commit is contained in:
kamonwan taengsuk
2023-02-21 15:08:53 +07:00
parent c2c63162a3
commit 8940657239
2 changed files with 90 additions and 84 deletions

View File

@@ -22,7 +22,11 @@ namespace rmutr_report.Models
public string pin_fourth { get; set; }
public string principles_reasons { get; set; } //ข้อ 5
public List<sixth_data> sixth { get; set; } //ข้อ 6
public List<seventh_data> seventh { get; set; } //ข้อ 7
//public List<seventh_data> seventh { get; set; } //ข้อ 7
public string identity1 { get; set; } //ข้อ 7 อัตลักษณ์
public string identity2 { get; set; } //ข้อ 7 เอกลักษณ์
public string description1 { get; set; } //ข้อ 7
public string description2 { get; set; } //ข้อ 7
public List<eighth_data> eighth { get; set; } //ข้อ 8
public List<ninth_data> ninth { get; set; } //ข้อ 9
public string explain_consistency1 { get; set; } //อธิบายความสอดคล้อง
@@ -69,11 +73,11 @@ namespace rmutr_report.Models
{
public string objective{ get; set; }
}
public class seventh_data
{
public string identity { get; set; }
public string description { get; set; }
}
// public class seventh_data
// {
// public string identity { get; set; }
// public string description { get; set; }
// }
public class eighth_data
{