add report recruit

This commit is contained in:
kamonwan taengsuk
2022-11-10 13:13:30 +07:00
parent 4e7c486817
commit 2eba54fc4a
16 changed files with 1723 additions and 0 deletions

View File

@@ -13,4 +13,31 @@ namespace rmutr_report.Models.Hrrecruit
public string note { get; set; }
}
public class offer_position_associate_professor
{
public string display_name_th { get; set; }
public string position_name { get; set; }
public string agency_name_th { get; set; }
public string major_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 note { get; set; }
}
public class offer_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 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; }
}
}