This commit is contained in:
@@ -12,8 +12,6 @@ namespace rmutr_report.Models.RoThree
|
||||
public string disbursement_result_year { get; set; }
|
||||
public string set_year { get; set; }
|
||||
public List<operating_budget_ro_three_detail> data_1 { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class operating_budget_ro_three_detail
|
||||
@@ -26,8 +24,7 @@ namespace rmutr_report.Models.RoThree
|
||||
public decimal? rate { get; set; }
|
||||
public decimal? total_amount { get; set; }
|
||||
public string remark { get; set; }
|
||||
public List<operating_budget_ro_three_detail2> data_2{ get; set; }
|
||||
|
||||
public List<operating_budget_ro_three_detail2> data_2 { get; set; }
|
||||
}
|
||||
|
||||
public class operating_budget_ro_three_detail2
|
||||
@@ -41,8 +38,7 @@ namespace rmutr_report.Models.RoThree
|
||||
public decimal? rate { get; set; }
|
||||
public decimal? total_amount { get; set; }
|
||||
public string remark { get; set; }
|
||||
public List<operating_budget_ro_three_detail3> data_3{ get; set; }
|
||||
|
||||
public List<operating_budget_ro_three_detail3> data_3 { get; set; }
|
||||
}
|
||||
|
||||
public class operating_budget_ro_three_detail3
|
||||
@@ -56,8 +52,7 @@ namespace rmutr_report.Models.RoThree
|
||||
public decimal? rate { get; set; }
|
||||
public decimal? total_amount { get; set; }
|
||||
public string remark { get; set; }
|
||||
public List<operating_budget_ro_three_detail4> data_4{ get; set; }
|
||||
|
||||
public List<operating_budget_ro_three_detail4> data_4 { get; set; }
|
||||
}
|
||||
|
||||
public class operating_budget_ro_three_detail4
|
||||
@@ -69,6 +64,6 @@ namespace rmutr_report.Models.RoThree
|
||||
public decimal? quantity_2 { get; set; }
|
||||
public decimal? rate { get; set; }
|
||||
public decimal? total_amount { get; set; }
|
||||
public string remark { get; set; }
|
||||
public string remark { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user