add reports
This commit is contained in:
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