This commit is contained in:
kamonwan taengsuk
2022-05-30 17:01:21 +07:00
parent 39e455bd0e
commit bab51f082f
10 changed files with 1483 additions and 6 deletions

View File

@@ -0,0 +1,58 @@
using System.Collections.Generic;
namespace rmutr_report.Models.Hr
{
public class academic_position
{
public string data_date {get; set; }
public List<academic_positions> data { get; set; }
public int? total1_not_two_agency { get; set; }
public int? total2_not_two_agency { get; set; }
public int? total3_not_two_agency { get; set; }
public int? total4_not_two_agency { get; set; }
public int? total5_not_two_agency { get; set; }
public int? total6_not_two_agency { get; set; }
public int? total7_not_two_agency { get; set; }
public int? total8_not_two_agency { get; set; }
public int? total9_not_two_agency { get; set; }
public int? total10_not_two_agency { get; set; }
public int? total11_not_two_agency { get; set; }
public int? total12_not_two_agency { get; set; }
public int? total13_not_two_agency { get; set; }
public int? total14_not_two_agency { get; set; }
public int? total15_not_two_agency { get; set; }
public int? total16_not_two_agency { get; set; }
public int? total17_not_two_agency { get; set; }
public int? total18_not_two_agency { get; set; }
public int? total19_not_two_agency { get; set; }
public int? total20_not_two_agency { get; set; }
public int? total21_not_two_agency { get; set; }
}
public class academic_positions
{
public string no { get; set; }
public string agency_name { get; set; }
public int? government_officer_professor { get; set; }
public int? government_officer_associate_professor { get; set; }
public int? government_officer_assistant_professor { get; set; }
public int? government_officer_teacher { get; set; }
public int? university_staff_professor { get; set; }
public int? university_staff_associate_professor { get; set; }
public int? university_staff_assistant_professor { get; set; }
public int? university_staff_teacher { get; set; }
public int? temporary_worker_land_professor { get; set; }
public int? temporary_worker_land_associate_professor{ get; set; }
public int? temporary_worker_land_assistant_professor { get; set; }
public int? temporary_worker_land_teacher { get; set; }
public int? temporary_worker_income_professor{ get; set; }
public int? temporary_worker_income_associate_professor { get; set; }
public int? temporary_worker_income_assistant_professor { get; set; }
public int? temporary_worker_income_teacher { get; set; }
public int? total_professor { get; set; }
public int? total_associate_professor { get; set; }
public int? total_assistant_professor { get; set; }
public int? total_teacher { get; set; }
public int? total_all { get; set; }
}
}

View File

@@ -0,0 +1,34 @@
using System.Collections.Generic;
namespace rmutr_report.Models.Hr
{
public class data_line_academic
{
public string data_date {get; set; }
public List<data_line_academics> data { get; set; }
}
public class data_line_academics
{
public string no { get; set; }
public string agency_name { get; set; }
public int? rate { get; set; }
public int? government_officer_totalrate { get; set; }
public int? government_officer_notfree { get; set; }
public int? government_officer_free{ get; set; }
public int? university_staff_totalrate { get; set; }
public int? university_staff_notfree { get; set; }
public int? university_staff_scholarship { get; set; }
public int? university_staff_free { get; set; }
public int? temporary_worker_land_totalrate { get; set; }
public int? temporary_worker_land_notfree { get; set; }
public int? temporary_worker_land_free { get; set; }
public int? temporary_worker_income_totalrate { get; set; }
public int? temporary_worker_income_notfree { get; set; }
public int? temporary_worker_income_free { get; set; }
public int? total_totalrate { get; set; }
public int? total_notfree { get; set; }
public int? total_scholarship { get; set; }
public int? total_free { get; set; }
public string note { get; set; }
}
}

View File

@@ -0,0 +1,42 @@
using System.Collections.Generic;
namespace rmutr_report.Models.Hr
{
public class data_line_support
{
public string data_date {get; set; }
public List<data_line_supports> data { get; set; }
}
public class data_line_supports
{
public string no { get; set; }
public string agency_name { get; set; }
public int? rate { get; set; }
public int? government_officer_totalrate { get; set; }
public int? government_officer_packing { get; set; }
public int? government_officer_rate { get; set; }
public int? university_staff_totalrate{ get; set; }
public int? university_staff_packing { get; set; }
public int? university_staff_rate { get; set; }
public int? government_employee_totalrate{ get; set; }
public int? government_employee_packing { get; set; }
public int? government_employee_rate { get; set; }
public int? permanent_employee_totalrate{ get; set; }
public int? permanent_employee_support_packing { get; set; }
public int? permanent_employee_support_rate { get; set; }
public int? permanent_employee_field_packing { get; set; }
public int? permanent_employee_field_rate { get; set; }
public int? temporary_worker_income_totalrate { get; set; }
public int? temporary_worker_income_support_packing { get; set; }
public int? temporary_worker_income_support_rate { get; set; }
public int? temporary_worker_income_field_packing { get; set; }
public int? temporary_worker_income_field_rate { get; set; }
public int? total_personnel_totalrate { get; set; }
public int? total_personnel_support_packing { get; set; }
public int? total_personnel_support_rate { get; set; }
public int? total_personnel_field_packing { get; set; }
public int? total_personnel_field_rate { get; set; }
public string status { get; set; }
}
}

View File

@@ -0,0 +1,49 @@
using System.Collections.Generic;
namespace rmutr_report.Models.Hr
{
public class qualifications_teacher
{
public string data_date {get; set; }
public List<qualifications_teachers> data { get; set; }
public int? total1_not_two_agency { get; set; }
public int? total2_not_two_agency { get; set; }
public int? total3_not_two_agency { get; set; }
public int? total4_not_two_agency { get; set; }
public int? total5_not_two_agency { get; set; }
public int? total6_not_two_agency { get; set; }
public int? total7_not_two_agency { get; set; }
public int? total8_not_two_agency { get; set; }
public int? total9_not_two_agency { get; set; }
public int? total10_not_two_agency { get; set; }
public int? total11_not_two_agency { get; set; }
public int? total12_not_two_agency { get; set; }
public int? total13_not_two_agency { get; set; }
public int? total14_not_two_agency { get; set; }
public int? total15_not_two_agency { get; set; }
public int? total16_not_two_agency { get; set; }
}
public class qualifications_teachers
{
public string no { get; set; }
public string agency_name { get; set; }
public int? government_officer_dr { get; set; }
public int? government_officer_master{ get; set; }
public int? government_officer_bachelor { get; set; }
public int? university_staff_dr { get; set; }
public int? university_staff_master { get; set; }
public int? university_staff_bachelor { get; set; }
public int? temporary_worker_land_dr { get; set; }
public int? temporary_worker_land_master{ get; set; }
public int? temporary_worker_land_bachelor { get; set; }
public int? temporary_worker_income_dr { get; set; }
public int? temporary_worker_income_master { get; set; }
public int? temporary_worker_income_bachelor { get; set; }
public int? total_dr { get; set; }
public int? total_master { get; set; }
public int? total_bachelor { get; set; }
public int? total_all { get; set; }
}
}