add export excel

This commit is contained in:
kamonwan taengsuk
2023-03-29 21:57:16 +07:00
parent 0e59f3c39c
commit f38f9ce5f9
13 changed files with 1069 additions and 287 deletions

View File

@@ -43,6 +43,8 @@ namespace rmutr_report.Models
public string project_name_1 { get; set; }
public string project_name_2 { get; set; }
public string project_name_3 { get; set; }
public string list_4 { get; set; }
public string project_name_4 { get; set; }
public string model_number_1 { get; set; }
public string model_number_2 { get; set; }
public string model_number_3 { get; set; }
@@ -52,6 +54,8 @@ namespace rmutr_report.Models
public string calculate_price_date_1 { get; set; }
public string calculate_price_date_2 { get; set; }
public string calculate_price_date_3 { get; set; }
public string calculate_price_date_4 { get; set; }
public string reason { get; set; }
public decimal? construct_total_amount { get; set; }
public decimal? mid_amount { get; set; }
public string amount_bath_text { get; set; }
@@ -59,9 +63,13 @@ namespace rmutr_report.Models
public decimal? total_amount_porro5_2 { get; set; }
public decimal? square_meter { get; set; }
public decimal? square_meter_amount { get; set; }
public decimal? total_expense { get; set; }
public decimal? total_expense_vat { get; set; }
public decimal? total_allexpense_vat { get; set; }
public List<materials_construction_labor> material_construction_labor1 { get; set; }
public List<materials_construction_labor2> material_construction_labor2 { get; set; }
public List<materials_construction_labor3> material_construction_labor3 { get; set; }
public List<materials_construction_labor> expense_category { get; set; }
public string url_file { get; set; }
public decimal? material_total_amount1 { get; set; }
public decimal? material_total_amount2 { get; set; }
@@ -206,6 +214,8 @@ namespace rmutr_report.Models
public decimal? amount2 { get; set; }
public string note { get; set; }
}
public class details_division_work
{
public string budget_year { get; set; }