add reports

This commit is contained in:
kamonwan taengsuk
2022-11-14 16:45:07 +07:00
parent 92bbd42776
commit 8a5101cfa9
13 changed files with 1593 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ namespace rmutr_report.Models.HrDevelopment
{
public string header_name { get; set; }
public int? total_1 { get; set; }
public int? total_2 { get; set; }
public int? total_2 { get; set; }
public List<passer_join_project_detail> data { get; set; }
}
@@ -14,7 +14,7 @@ namespace rmutr_report.Models.HrDevelopment
{
public string agency_name_th { get; set; }
public int? quantity_person { get; set; }
public int? quantity_trained { get; set; }
public int? quantity_trained { get; set; }
}
}