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

This commit is contained in:
kamonwan taengsuk
2023-11-16 15:02:58 +07:00
parent fcbea4a3f2
commit c5370d5128
13 changed files with 596 additions and 418 deletions

View File

@@ -65,7 +65,7 @@ namespace rmutr_report.Models
public List<seventeenth_datas> seventeenth_thai { get; set; } //ข้อ 17
public List<eighteenths_datas> eighteenth_thai { get; set; } //ข้อ 18
public List<eighteenths_datas> nineteenth_thai { get; set; } //ข้อ 19
public List<project_activity_styles> nineteenth_style { get; set; } //ข้อ 19 ลักษณะโครงการ
public decimal? budget_amount { get; set; } //ข้อ 20
public List<twentieth_data> twentieth { get; set; } //ข้อ 20
public List<twenty_one_data> twenty_one { get; set; } //ข้อ 21
@@ -90,10 +90,9 @@ namespace rmutr_report.Models
public string activity { get; set; }
}
public class project_activity_styles
public class project_activity_styles
{
public string style { get; set; }
}
public class sixth_data
{
@@ -155,6 +154,7 @@ namespace rmutr_report.Models
public class sixteenth_data_detail
{
public string activity_table { get; set; }
public string unit { get; set; }
public List<sixteenth_data_details> sixteenths2 { get; set; }
public decimal? salaya_total { get; set; }
public decimal? bophitphimuk_total { get; set; }
@@ -238,7 +238,8 @@ namespace rmutr_report.Models
public string internal_external2 { get; set; }
public string area_province2 { get; set; }
public string location2 { get; set; }
// public string external_university { get; set; }
public string text1 { get; set; }
public string text2 { get; set; }
// public string province { get; set; }
// public string province_location { get; set; }
@@ -395,6 +396,7 @@ namespace rmutr_report.Models
public class twenty_one_data
{
public string activity { get; set; }
public string remark { get; set; }
public List<twenty_one_data_detail> twenty_ones { get; set; }
}
@@ -411,6 +413,7 @@ namespace rmutr_report.Models
public string text9 { get; set; }
public string text10 { get; set; }
public string text11 { get; set; }
public string text12 { get; set; }
public string bath { get; set; }
public string nuai_nap { get; set; }
public string khrang1 { get; set; }
@@ -433,10 +436,17 @@ namespace rmutr_report.Models
public string percentage1 { get; set; }
public string percentage2 { get; set; }
public string acquired_knowledge { get; set; }
public string detail { get; set; }
//public string detail2 { get; set; }
public string clause4 { get; set; }
public decimal? expenses { get; set; }
public string target_1 { get; set; }
public string target_2 { get; set; }
public string target_3 { get; set; }
public string target_4 { get; set; }
public string results_1 { get; set; }
public string results_2 { get; set; }
public string results_3 { get; set; }
public string results_4 { get; set; }
}
// public class twenty_one_data_activity1
@@ -557,6 +567,7 @@ namespace rmutr_report.Models
public string times { get; set; }
public string detail { get; set; }
public string lecturer { get; set; }
public string in_out { get; set; }
}