18 lines
746 B
C#
18 lines
746 B
C#
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; }
|
|
}
|
|
} |