Bug Fixed

This commit is contained in:
kamonwan taengsuk
2024-03-07 13:36:50 +07:00
parent 2a8c6920cc
commit 960cc2a554
13 changed files with 28 additions and 28 deletions

View File

@@ -44,8 +44,8 @@ namespace rmutr_report.Models
public List<specification_datas> specification_data { get; set; }
public string specification { get; set; }
public string quantity_specification { get; set; }
public decimal? unit_price_specification { get; set; }
public decimal? amount_specification { get; set; }
public string unit_price_specification { get; set; }
public string amount_specification { get; set; }
public List<budget_spending_plans> budget_spending_plan {get; set; }
public string procurement_process { get; set; }
public string incurring_debt { get; set; }