bug fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-10-06 11:23:18 +07:00
parent 93726110a4
commit dc23d87855
17 changed files with 1363 additions and 1330 deletions

View File

@@ -44,6 +44,8 @@ namespace rmutr_report.Models
public int? count_activity { get; set; } //ข้อ 16
public string text1 { get; set; } //ข้อ 16
public string text2 { get; set; } //ข้อ 16
public string operational_activitie { get; set; }//ข้อ 15 ง.5-3
public string evaluation { get; set; }//ข้อ 16 ง.5-3
public int? total_target { get; set; } //ข้อ 16 ผลรวมกลุ่มเป้าหมาย
public int? total_board { get; set; } //ข้อ 16 ผลรวมคณะกรรมการ
public List<sixteenth_data> sixteenth { get; set; } //ข้อ 16
@@ -72,7 +74,9 @@ namespace rmutr_report.Models
public List<twenty_three_data> twenty_three { get; set; } //ข้อ 23
public List<twenty_four_data> twenty_four { get; set; } //ข้อ 24
public List<twenty_fifth_data> twenty_fifth { get; set; } //ข้อ 25
public string url_file1 { get; set; } //ง.5-3
public string url_file2 { get; set; } //ง.5-3
public string url_file3 { get; set; } //ข้อ 23 ง.5-3
}