รวม code แก้ไข Change Request จากทีม
This commit is contained in:
@@ -35,6 +35,7 @@ namespace TodoAPI2.Models
|
||||
public int? employee_type_id { get; set; }
|
||||
public int? position_id { get; set; }
|
||||
public int? position_type_id { get; set; }
|
||||
public int? hpt_position_type_id { get; set; }
|
||||
public string position_type_name { get; set; }
|
||||
public string user_email { get; set; }
|
||||
public int? user_id { get; set; }
|
||||
@@ -45,6 +46,7 @@ namespace TodoAPI2.Models
|
||||
public string employee_type_name { get; set; }
|
||||
public string employee_no { get; set; }
|
||||
public int? position_level_id { get; set; }
|
||||
public int? hpl_position_level_id { get; set; }
|
||||
public string position_level_text { get; set; }
|
||||
public DateTime? packing_date { get; set; }
|
||||
public int? department_degree_id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user