รวม code ปรับ layout เงินประจำตำแหน่ง และค่าตอบแทนรายเดือน

This commit is contained in:
Nakorn Rientrakrunchai
2020-08-16 11:29:51 +07:00
parent 592a3e3c1b
commit 0340a3ae5d
8 changed files with 119 additions and 17 deletions

View File

@@ -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,

View File

@@ -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; }
}
}