bug fixed
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user