รวม code ส่งเข้า ZD
This commit is contained in:
@@ -14,6 +14,8 @@ namespace TodoAPI2.Models
|
||||
{
|
||||
public class eva_create_evaluationEntity : BaseEntity2<int>
|
||||
{
|
||||
|
||||
|
||||
[ForeignKey("performance_plan_id")]
|
||||
public eva_performance_planEntity eva_performance_plan { get; set; }
|
||||
public Guid? performance_plan_id { get; set; }
|
||||
@@ -27,7 +29,11 @@ namespace TodoAPI2.Models
|
||||
[ForeignKey("evaluation_group_id")]
|
||||
public eva_evaluation_groupEntity eva_evaluation_group { get; set; }
|
||||
public Guid? evaluation_group_id { get; set; }
|
||||
|
||||
public int? supervisor1_id { get; set; }
|
||||
|
||||
public int? supervisor2_id { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user