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

This commit is contained in:
kamonwan taengsuk
2023-11-21 12:11:05 +07:00
parent 79dbb95213
commit f7cd049397
13 changed files with 189 additions and 176 deletions

View File

@@ -12,7 +12,7 @@ namespace rmutr_report.Models
public string product { get; set; }
public string side { get; set; }
public string project { get; set; }
//public int? count_project { get; set; }
public string login_name { get; set; }
public List<activity_data> activity { get; set; }
public string together_with { get; set; }
public string strategic_plan { get; set; } //ข้อ 2
@@ -47,6 +47,7 @@ namespace rmutr_report.Models
public List<fourteenth_data> fourteenth { get; set; } //ข้อ 14
public List<fifteenth_data> fifteenth { get; set; } //ข้อ 15
public int? count_activity { get; set; } //ข้อ 16
public string budget_unit_name_th { get; set; }//ข้อ 16
public string text1 { get; set; } //ข้อ 16
public string text2 { get; set; } //ข้อ 16
public string operational_activitie { get; set; }//ข้อ 15 ง.5-3
@@ -137,14 +138,14 @@ namespace rmutr_report.Models
public class fifteenth_data
{
public string activity { get; set; }
public string activity_table { get; set; }
public List<fifteenth_data_detail> fifteenths { get; set; }
//public string activity_table { get; set; }
//public List<fifteenth_data_detail> fifteenths { get; set; }
}
public class fifteenth_data_detail
{
public string detail { get; set; }
}
// public class fifteenth_data_detail
// {
// public string detail { get; set; }
// }
public class sixteenth_data
{
@@ -154,7 +155,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; }
@@ -414,6 +415,7 @@ namespace rmutr_report.Models
public string text10 { get; set; }
public string text11 { get; set; }
public string text12 { get; set; }
public string text13 { get; set; }
public string bath { get; set; }
public string nuai_nap { get; set; }
public string khrang1 { get; set; }
@@ -432,9 +434,11 @@ namespace rmutr_report.Models
public string project_end_date { get; set; }
public string range { get; set; }
public string percentage_finish { get; set; }
public string day { get; set; }
public string clause3 { get; set; }
public string percentage1 { get; set; }
public string percentage2 { get; set; }
public string percentage3 { get; set; }
public string acquired_knowledge { get; set; }
public string detail { get; set; }
//public string detail2 { get; set; }