14 lines
497 B
C#
14 lines
497 B
C#
namespace rmutr_report.Models.Hrrecruit
|
|
{
|
|
public class faculty_council
|
|
{
|
|
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 work_agency_name_th { get; set; }
|
|
public string area { get; set; }
|
|
public string working_age { get; set; }
|
|
}
|
|
} |