รวม 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

@@ -26,6 +26,10 @@ namespace TodoAPI2.Models
public Guid? evaluation_group_id { get; set; }
public int? supervisor1_id { get; set; }
public int? supervisor2_id { get; set; }
public string active_mode { get; set; }
}
}