รวม 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

@@ -52,7 +52,8 @@ namespace TodoAPI2.Models
public int? department_degree_id { get; set; }
public string remark_hrm_work_record { get; set; }
public decimal? cost_of_living { get; set; }
public decimal? position_allowance { get; set; }
public decimal? other_money { get; set; }
public int? worked_month // ทำงานมาแล้วกี่เดือน
{