add ข้อ 13

This commit is contained in:
kamonwan taengsuk
2023-03-24 15:43:16 +07:00
parent ef01499dce
commit 5c053f8fd5
8 changed files with 321 additions and 86 deletions

View File

@@ -40,9 +40,13 @@ namespace rmutr_report.Models
public List<spending_plan> spending_plan { get; set; }
public string budget_spending_plan_year { get; set; }
//public decimal? spending_plan_amount { get; set; }
public List<materials_construction_labor> material_construction_labor{ get; set; }
public List<materials_construction_labor> material_construction_labor1 { get; set; }
public List<materials_construction_labor> material_construction_labor2 { get; set; }
public List<materials_construction_labor> material_construction_labor3 { get; set; }
public string url_file { get; set; }
public decimal? material_total_amount { get; set; }
public decimal? material_total_amount1 { get; set; }
public decimal? material_total_amount2 { get; set; }
public decimal? material_total_amount3 { get; set; }
public decimal? full_limit { get; set; }
public decimal? national_budget { get; set; }
public decimal? income_budget { get; set; }