Files
rmutr_report/Models/Hrrecruit/request_salary_document.cs
kamonwan taengsuk 4e7c486817 add reports
2022-11-09 17:27:48 +07:00

17 lines
638 B
C#

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; }
}
}