fix op 2782

This commit is contained in:
2020-07-10 14:05:10 +07:00
parent d8d671dd51
commit e4549c118f
3 changed files with 11 additions and 3 deletions

View File

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