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

This commit is contained in:
kamonwan taengsuk
2023-11-21 16:13:10 +07:00
parent f7cd049397
commit b2820e7ac7
29 changed files with 585 additions and 1535 deletions

View File

@@ -47,7 +47,6 @@ 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
@@ -155,6 +154,7 @@ namespace rmutr_report.Models
public class sixteenth_data_detail
{
public string activity_table { get; set; }
public string budget_unit_name_th { get; set; }
public List<sixteenth_data_details> sixteenths2 { get; set; }
public decimal? salaya_total { get; set; }