add report

This commit is contained in:
kamonwan taengsuk
2022-11-07 11:38:53 +07:00
parent 6f84591500
commit cea1bbbaac
5 changed files with 551 additions and 5 deletions

View File

@@ -6,23 +6,32 @@ namespace rmutr_report.Models.Hrregister
{
public string academic_year_name_th { get; set; }
public string position_manage_type { get; set; }
public string position_academic_type { get; set; }
public string position_academic_profession { get; set; }
public string status { get; set; }
public string agency_name_th { get; set; }
public List<hr_position_manage_detail> data { get; set; }
public string total1 { get; set; }
public string total2 { get; set; }
public int? professor { get; set; }
public int? associate_rofessor { get; set; }
public int? assistant_professor { get; set; }
}
public class hr_position_manage_detail
{
public string position_manage_name { get; set; }
public decimal? position_manage_salary { get; set; }
public decimal? position_academic_salary { get; set; }
public decimal? position_profession_salary { get; set; }
public decimal? compensation { get; set; }
public string position_id { get; set; }
public string display_name_th { get; set; }
public string agency_name_th { get; set; }
public string date_office { get; set; }
public string date_term_of_ffice { get; set; }
public string appointment_date { get; set; }
public string retire_date { get; set; }
public string directive { get; set; }
public string money1 { get; set; }
public string money2 { get; set; }