add reports

This commit is contained in:
kamonwan taengsuk
2022-11-09 17:27:48 +07:00
parent c8b82d1508
commit 4e7c486817
17 changed files with 1160 additions and 0 deletions

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