update
This commit is contained in:
12
Models/Hrregister/hr_contract_history.cs
Normal file
12
Models/Hrregister/hr_contract_history.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace rmutr_report.Models.Hrregister
|
||||
{
|
||||
public class hr_contract_history
|
||||
{
|
||||
public string display_name_th { get; set; }
|
||||
public string agency_name_th { get; set; }
|
||||
public string rate_number { get; set; }
|
||||
public string timeline { get; set; }
|
||||
public string directive_number { get; set; }
|
||||
public string signing_date { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user