รวม code ปรับ layout เงินประจำตำแหน่ง และค่าตอบแทนรายเดือน
This commit is contained in:
@@ -150,6 +150,8 @@ namespace TodoAPI2.Models
|
||||
eva_result = fk_create_detailResult.level_score_supervisor,
|
||||
|
||||
adjust_postponement_quota_id_eva_adjust_postponement_fiscal_year = fk_eva_adjust_postponementResult1.fiscal_year,
|
||||
position_allowance = fk_external_linkageResult2.position_allowance,
|
||||
other_money = fk_external_linkageResult2.other_money,
|
||||
|
||||
isActive = m_eva_adjust_postponement_detail_quota_02.isActive,
|
||||
Created = m_eva_adjust_postponement_detail_quota_02.created,
|
||||
|
||||
@@ -53,5 +53,9 @@ namespace TodoAPI2.Models
|
||||
public int? adjust_postponement_quota_id_eva_adjust_postponement_fiscal_year { get; set; }
|
||||
|
||||
public string emp_department_name { get; set; }
|
||||
|
||||
public decimal? position_allowance { get; set; }
|
||||
|
||||
public decimal? other_money { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user