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

This commit is contained in:
kamonwan taengsuk
2023-08-04 16:35:52 +07:00
parent 1176c3a847
commit 6e389605d9
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ namespace rmutr_report.Models.RoThree
public string budget_project_name_th { get; set; }
public List<revenue_estimate_education_fee_detail1> data_1 { get; set; }
public string side { get; set; }
public decimal? total_curriculum { get; set; }
public decimal? total_revenue { get; set; }
@@ -21,6 +20,7 @@ public decimal? total_revenue { get; set; }
public class revenue_estimate_education_fee_detail1
{
public string curriculum { get; set; }
public decimal? total_curriculum { get; set; }
public List<revenue_estimate_education_fee_detail2> data_2 { get; set; }
}