This commit is contained in:
kamonwan taengsuk
2023-06-13 22:55:22 +07:00
parent 640d2fae45
commit b0f701f385

View File

@@ -13,10 +13,10 @@ namespace rmutr_report.Models.Personnel
public string personnel_salary_permanent { get; set; } public string personnel_salary_permanent { get; set; }
public string ministry_name_th { get; set; } public string ministry_name_th { get; set; }
public string agency_name_th { get; set; } public string agency_name_th { get; set; }
public int? total_propose_budget1 { get; set; } public decimal? total_propose_budget1 { get; set; }
public int? budget1 { get; set; } public decimal? budget1 { get; set; }
public int? total_propose_budget2 { get; set; } public decimal? total_propose_budget2 { get; set; }
public int? budget2 { get; set; } public decimal? budget2 { get; set; }
public string year1 { get; set; } public string year1 { get; set; }
public decimal? act_old1 { get; set; } public decimal? act_old1 { get; set; }
public decimal? disbursement_year_act_old1 { get; set; } public decimal? disbursement_year_act_old1 { get; set; }