add reports
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user