รวม code ส่งเข้า ZD

This commit is contained in:
Nakorn Rientrakrunchai
2020-02-29 17:51:41 +07:00
parent 56393561e7
commit 9fe55ebeea
65 changed files with 5045 additions and 136 deletions

View File

@@ -10,6 +10,8 @@ namespace TodoAPI2.Models
public List<eva_performance_planEntity> item_performance_plan_id { get; set; }
public List<external_employeeViewModel> item_employee_id { get; set; }
public List<eva_evaluation_groupEntity> item_evaluation_group_id { get; set; }
public List<external_employeeViewModel> item_supervisor1_id { get; set; }
public List<external_employeeViewModel> item_supervisor2_id { get; set; }
}
}