add reports
This commit is contained in:
18
Models/Hrrecruit/appoint_higher_position.cs
Normal file
18
Models/Hrrecruit/appoint_higher_position.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace rmutr_report.Models.Hrrecruit
|
||||
{
|
||||
public class appoint_higher_position
|
||||
{
|
||||
public string position_number { get; set; }
|
||||
public string display_name_th { get; set; }
|
||||
public string position_name { get; set; }
|
||||
public string previous_position_level { get; set; }
|
||||
public string department { get; set; }
|
||||
public string agency_name_th { get; set; }
|
||||
public string area { get; set; }
|
||||
public string appointment_date { get; set; }
|
||||
public string position_appointment_level { get; set; }
|
||||
public string appointment_receive_date { get; set; }
|
||||
public string directive_number { get; set; }
|
||||
public string performance { get; set; }
|
||||
}
|
||||
}
|
||||
16
Models/Hrrecruit/directive_employment.cs
Normal file
16
Models/Hrrecruit/directive_employment.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace rmutr_report.Models.Hrrecruit
|
||||
{
|
||||
public class directive_employment
|
||||
{
|
||||
public string pertype { get; set; }
|
||||
public string position_number { get; set; }
|
||||
public string display_name_th { get; set; }
|
||||
public string position_name { get; set; }
|
||||
public string qualification { get; set; }
|
||||
public string agency_name_th { get; set; }
|
||||
public string area { get; set; }
|
||||
public string period_employment { get; set; }
|
||||
public string year { get; set; }
|
||||
public string directive_number { get; set; }
|
||||
}
|
||||
}
|
||||
14
Models/Hrrecruit/faculty_council.cs
Normal file
14
Models/Hrrecruit/faculty_council.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace rmutr_report.Models.Hrrecruit
|
||||
{
|
||||
public class faculty_council
|
||||
{
|
||||
public string position_number { get; set; }
|
||||
public string display_name_th { get; set; }
|
||||
public string position_name { get; set; }
|
||||
public string position_level { get; set; }
|
||||
public string agency_name_th { get; set; }
|
||||
public string work_agency_name_th { get; set; }
|
||||
public string area { get; set; }
|
||||
public string working_age { get; set; }
|
||||
}
|
||||
}
|
||||
16
Models/Hrrecruit/offer_position_assistant_professor.cs
Normal file
16
Models/Hrrecruit/offer_position_assistant_professor.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace rmutr_report.Models.Hrrecruit
|
||||
{
|
||||
public class offer_position_assistant_professor
|
||||
{
|
||||
public string display_name_th { get; set; }
|
||||
public string position_name { get; set; }
|
||||
public string major_name_th { get; set; }
|
||||
public string agency_name_th { get; set; }
|
||||
public string packing_date { get; set; }
|
||||
public string first_qualification_pack { get; set; }
|
||||
public string qualification_end_date { get; set; }
|
||||
public string working_age { get; set; }
|
||||
public string note { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
34
Models/Hrrecruit/personnel_retire.cs
Normal file
34
Models/Hrrecruit/personnel_retire.cs
Normal file
@@ -0,0 +1,34 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace rmutr_report.Models.Hrrecruit
|
||||
{
|
||||
public class personnel_retire
|
||||
{
|
||||
public string directive_number { get; set; }
|
||||
public string directive_date { get; set; }
|
||||
public string year { get; set; }
|
||||
public List<personnel_retire_detail> data { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class personnel_retire_detail
|
||||
{
|
||||
public string pertype { get; set; }
|
||||
public string position_number { get; set; }
|
||||
public string display_name_th { get; set; }
|
||||
public string position_name { get; set; }
|
||||
public string agency_name_th { get; set; }
|
||||
public string area { get; set; }
|
||||
public string expiration_date { get; set; }
|
||||
public string cause_dead { get; set; }
|
||||
public string cause_resign { get; set; }
|
||||
public string cause_retire { get; set; }
|
||||
public string cause_end_contract { get; set; }
|
||||
public string cause_dismissal { get; set; }
|
||||
public string cause_disengage { get; set; }
|
||||
public string cause_sack { get; set; }
|
||||
public string cause_other { get; set; }
|
||||
public string reason_extinction { get; set; }
|
||||
public string directive_number { get; set; }
|
||||
}
|
||||
}
|
||||
14
Models/Hrrecruit/registration_management_position.cs
Normal file
14
Models/Hrrecruit/registration_management_position.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace rmutr_report.Models.Hrrecruit
|
||||
{
|
||||
public class registration_management_position
|
||||
{
|
||||
public string position_name { get; set; }
|
||||
public string rate_number { get; set; }
|
||||
public string display_name_th { get; set; }
|
||||
public string directive_number { get; set; }
|
||||
public string appointment_date { get; set; }
|
||||
public string tenure_expiration_date { get; set; }
|
||||
public string note { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
17
Models/Hrrecruit/request_salary_document.cs
Normal file
17
Models/Hrrecruit/request_salary_document.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace rmutr_report.Models.Hrrecruit
|
||||
{
|
||||
public class request_salary_document
|
||||
{
|
||||
public string pertype { get; set; }
|
||||
public string position_number { get; set; }
|
||||
public string display_name_th { get; set; }
|
||||
public string position_name { get; set; }
|
||||
public string qualification { get; set; }
|
||||
public string agency_name_th { get; set; }
|
||||
public string area { get; set; }
|
||||
public decimal? salary { get; set; }
|
||||
public string request_document_date { get; set; }
|
||||
public string document_type { get; set; }
|
||||
public int? number { get; set; }
|
||||
}
|
||||
}
|
||||
18
Models/Hrrecruit/support_personnel_qualification.cs
Normal file
18
Models/Hrrecruit/support_personnel_qualification.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace rmutr_report.Models.Hrrecruit
|
||||
{
|
||||
public class support_personnel_qualification
|
||||
{
|
||||
public string position_number { get; set; }
|
||||
public string display_name_th { get; set; }
|
||||
public string position_name { get; set; }
|
||||
public string position_level { get; set; }
|
||||
public string agency_name_th { get; set; }
|
||||
public string area { get; set; }
|
||||
public decimal? salary { get; set; }
|
||||
public string education_level { get; set; }
|
||||
public string official_start_date { get; set; }
|
||||
public string department { get; set; }
|
||||
public string appointment_date { get; set; }
|
||||
public string working_age { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user