14 lines
470 B
C#
14 lines
470 B
C#
namespace rmutr_report.Models.Hrrecruit
|
|
{
|
|
public class registration_management_position
|
|
{
|
|
public string position_name { get; set; }
|
|
public string rate_number { get; set; }
|
|
public string display_name_th { get; set; }
|
|
public string directive_number { get; set; }
|
|
public string appointment_date { get; set; }
|
|
public string tenure_expiration_date { get; set; }
|
|
public string note { get; set; }
|
|
|
|
}
|
|
} |