bug fixed

This commit is contained in:
kamonwan taengsuk
2022-10-12 11:00:56 +07:00
parent bbf94790c3
commit bb298508bb
2 changed files with 6 additions and 10 deletions

View File

@@ -10,8 +10,6 @@ namespace rmutr_report.Models
public string budget_year_3 { get; set; }
public string budget_year_4 { get; set; }
public string budget_year_5 { get; set; }
public decimal? amount { get; set; }
public string company { get; set; }
public List<summary_of_equipment_five_year_detail> data { get; set; }
}
@@ -29,7 +27,7 @@ namespace rmutr_report.Models
public decimal? price_3 { get; set; }
public decimal? price_4 { get; set; }
public decimal? price_5 { get; set; }
public decimal? amount { get; set; }
public decimal? amount { get; set; }
public string company { get; set; }
public string description { get; set; }
}