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 string budget_project_name_th { get; set; }
public List<revenue_estimate_education_fee_detail1> data_1 { get; set; } public List<revenue_estimate_education_fee_detail1> data_1 { get; set; }
public string side { get; set; } public string side { get; set; }
public decimal? total_curriculum { get; set; }
public decimal? total_revenue { 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 class revenue_estimate_education_fee_detail1
{ {
public string curriculum { get; set; } public string curriculum { get; set; }
public decimal? total_curriculum { get; set; }
public List<revenue_estimate_education_fee_detail2> data_2 { get; set; } public List<revenue_estimate_education_fee_detail2> data_2 { get; set; }
} }

View File

@@ -8,11 +8,11 @@
<Column Name="semester" DataType="System.String"/> <Column Name="semester" DataType="System.String"/>
<Column Name="year" DataType="System.String"/> <Column Name="year" DataType="System.String"/>
<Column Name="budget_project_name_th" DataType="System.String"/> <Column Name="budget_project_name_th" DataType="System.String"/>
<Column Name="total_curriculum" DataType="System.Decimal"/>
<Column Name="total_revenue" DataType="System.Decimal"/> <Column Name="total_revenue" DataType="System.Decimal"/>
<Column Name="side" DataType="System.String"/> <Column Name="side" DataType="System.String"/>
<BusinessObjectDataSource Name="data_1" DataType="System.Int32" Enabled="true"> <BusinessObjectDataSource Name="data_1" DataType="System.Int32" Enabled="true">
<Column Name="curriculum" DataType="System.String"/> <Column Name="curriculum" DataType="System.String"/>
<Column Name="total_curriculum" DataType="System.Decimal"/>
<BusinessObjectDataSource Name="data_2" DataType="System.Int32" Enabled="true"> <BusinessObjectDataSource Name="data_2" DataType="System.Int32" Enabled="true">
<Column Name="year_class" DataType="System.String"/> <Column Name="year_class" DataType="System.String"/>
<Column Name="code" DataType="System.String"/> <Column Name="code" DataType="System.String"/>