bug fixed

This commit is contained in:
kamonwan taengsuk
2023-03-22 22:08:19 +07:00
parent 284ecddcb7
commit a555ff49fc
3 changed files with 242 additions and 240 deletions

View File

@@ -41,11 +41,7 @@ namespace rmutr_report.Models
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 decimal? material_amount { get; set; }
// public decimal? material_unit { get; set; }
// public decimal? material_cost { get; set; }
// public decimal? labor_unit{ get; set; }
// public decimal? labor_cost { get; set; }
public string url_file { get; set; }
public decimal? material_total_amount { get; set; }
public decimal? full_limit { get; set; }
public decimal? national_budget { get; set; }