Files
rmutr_report/Models/Hrrecruit/quantity_position_assistant_professor.cs
kamonwan taengsuk 2eba54fc4a add report recruit
2022-11-10 13:13:30 +07:00

58 lines
2.4 KiB
C#

namespace rmutr_report.Models.Hrrecruit
{
public class quantity_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 appointment_date { get; set; }
public string signing_date { get; set; }
public string major_appointed { get; set; }
public string submajor_appointed { get; set; }
public string period { get; set; }
public string document { get; set; }
public string research { get; set; }
public string treatise { get; set; }
public string book { get; set; }
public string other_type_work { get; set; }
public string academic_articles { get; set; }
public string note { get; set; }
}
public class quantity_position_associate_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 appointment_date { get; set; }
public string signing_date { get; set; }
public string major_appointed { get; set; }
public string submajor_appointed { get; set; }
public string period { get; set; }
public string document { get; set; }
public string research { get; set; }
public string treatise { get; set; }
public string book { get; set; }
public string other_type_work { get; set; }
public string note { get; set; }
}
public class quantity_position_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 appointment_date { get; set; }
public string signing_date { get; set; }
public string major_appointed { get; set; }
public string submajor_appointed { get; set; }
public string period { get; set; }
public string document { get; set; }
public string research { get; set; }
public string treatise { get; set; }
public string book { get; set; }
public string other_type_work { get; set; }
public string note { get; set; }
}
}