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