รวม code แก้ OP รอบใหม่

This commit is contained in:
Nakorn Rientrakrunchai
2020-04-22 06:33:48 +07:00
parent 5aff3ddb9d
commit a2a54c459d
26 changed files with 914 additions and 92 deletions

View File

@@ -21,6 +21,8 @@ namespace TodoAPI2.Models
public string fullname { get; set; }
public string halfname { get; set; }
public int? employee_type_id { get; set; }
public int? position_id { get; set; }