bug fixed

This commit is contained in:
kamonwan taengsuk
2023-03-21 20:46:23 +07:00
parent a66245e4dc
commit 943e7cd68c
2 changed files with 49 additions and 67 deletions

View File

@@ -50,6 +50,11 @@ namespace rmutr_report.Models
public string incurring_debt { get; set; }
public string quarter { get; set; }
public string disbursement_durable { get; set; }
public string year1 { get; set; }
public string year2 { get; set; }
public string year3 { get; set; }
public string year4 { get; set; }
public string year5 { get; set; }
public List<objective_managements> objective_management {get; set; }
public string other_clarifications { get; set; }
public List<quotations> quotation { get; set; }