add field
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user