diff --git a/Models/RoReport/revenue_estimate_education_fee.cs b/Models/RoReport/revenue_estimate_education_fee.cs index 8f9e942..cc1ec3f 100644 --- a/Models/RoReport/revenue_estimate_education_fee.cs +++ b/Models/RoReport/revenue_estimate_education_fee.cs @@ -12,7 +12,6 @@ namespace rmutr_report.Models.RoThree public string budget_project_name_th { get; set; } public List 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 data_2 { get; set; } } diff --git a/wwwroot/reports/revenue_estimate_education_fee.frx b/wwwroot/reports/revenue_estimate_education_fee.frx index ae09ede..a0c938d 100644 --- a/wwwroot/reports/revenue_estimate_education_fee.frx +++ b/wwwroot/reports/revenue_estimate_education_fee.frx @@ -8,11 +8,11 @@ - +