add field

This commit is contained in:
kamonwan taengsuk
2022-12-12 13:06:21 +07:00
parent f56408a9b2
commit cb9742c514
3 changed files with 47 additions and 16 deletions

View File

@@ -11,16 +11,18 @@ namespace rmutr_report.Models.Hr
public string position_name { get; set; }
public string work_group { get; set; }
public string agency_name { get; set; }
// public bool? get_promoted { get; set; }
// public bool? not_get_promoted { get; set; }
public bool? get_promoted { get; set; }
public bool? not_get_promoted { get; set; }
public string reason { get; set; }
public string image_signature { get; set; }
public string director_display_name { get; set; }
public string director_position_name { get; set; }
public string director_position_level_name { get; set; }
public string director_date { get; set; }
public string base_calculation_date { get; set; }
public List<postponement_compensation_detail> data { get; set; }
/*public string check_get_promoted { get; set; }
public string check_not_get_promoted { get; set; }*/
public string check_get_promoted { get; set; }
public string check_not_get_promoted { get; set; }
public string money1 { get; set; }
public string money2 { get; set; }
public string money3 { get; set; }