This commit is contained in:
kamonwan taengsuk
2023-05-30 18:07:47 +07:00
parent 74b47bc2aa
commit 9c1bef4d43
8 changed files with 296 additions and 291 deletions

View File

@@ -131,7 +131,7 @@ namespace rmutr_report.Models.Personnel
public class t_personnel_salary_university_deltail
{
[Key]
[Key]
public Guid? personnel_salary_university_deltail_uid { get; set; }
public Guid? personnel_salary_university_uid { get; set; }
@@ -143,6 +143,7 @@ namespace rmutr_report.Models.Personnel
public string parent_agency_name { get; set; }
public string area { get; set; }
public string position { get; set; }
public string position_level { get; set; }
public int? salary { get; set; }
public bool? is_academic_line { get; set; }
public bool? is_support_line { get; set; }