add reports
This commit is contained in:
14
Models/Hrrecruit/registration_management_position.cs
Normal file
14
Models/Hrrecruit/registration_management_position.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
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; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user