bug fixed

This commit is contained in:
kamonwan taengsuk
2023-03-23 11:02:12 +07:00
parent 905360683d
commit cd5f274c60
4 changed files with 819 additions and 762 deletions

View File

@@ -13,7 +13,7 @@ namespace rmutr_report.Models
public string product { get; set; }
public string budget_year { get; set; }
public List<building_four_detail> data { get; set; }
public string year_range { get; set; }
public string list { get; set; }
public List<building_type> building_type { get; set; }
public string year1 { get; set; }
public string year2 { get; set; }
@@ -124,12 +124,18 @@ namespace rmutr_report.Models
public class boq_price
{
public string is_data { get; set; }
public string text1 { get; set; }
public string text2 { get; set; }
public string text3 { get; set; }
public string text4 { get; set; }
public string text5 { get; set; }
public string have { get; set; }
public string pending_boq_month { get; set; }
public string done_boq_month { get; set; }
public string approval_month { get; set; }
public string construction_contract_month { get; set; }
public string no_have { get; set; }
//public string no_have { get; set; }
public string months { get; set; }
public string years { get; set; }
public string step { get; set; }