This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
<Column Name="semester" DataType="System.String"/>
|
||||
<Column Name="year" 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="side" DataType="System.String"/>
|
||||
<BusinessObjectDataSource Name="data_1" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="curriculum" DataType="System.String"/>
|
||||
<Column Name="total_curriculum" DataType="System.Decimal"/>
|
||||
<BusinessObjectDataSource Name="data_2" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="year_class" DataType="System.String"/>
|
||||
<Column Name="code" DataType="System.String"/>
|
||||
|
||||
Reference in New Issue
Block a user