add reports
This commit is contained in:
17
Models/Hrrecruit/request_salary_document.cs
Normal file
17
Models/Hrrecruit/request_salary_document.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace rmutr_report.Models.Hrrecruit
|
||||
{
|
||||
public class request_salary_document
|
||||
{
|
||||
public string pertype { get; set; }
|
||||
public string position_number { get; set; }
|
||||
public string display_name_th { get; set; }
|
||||
public string position_name { get; set; }
|
||||
public string qualification { get; set; }
|
||||
public string agency_name_th { get; set; }
|
||||
public string area { get; set; }
|
||||
public decimal? salary { get; set; }
|
||||
public string request_document_date { get; set; }
|
||||
public string document_type { get; set; }
|
||||
public int? number { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user