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