เพิ่มหน้าจอบันทึกผลการตรวจข้อตกลงการประเมิน

This commit is contained in:
Nakorn Rientrakrunchai
2021-02-12 12:23:41 +07:00
parent cb3a43e624
commit 7b525b9784
21 changed files with 2109 additions and 1 deletions

View File

@@ -164,6 +164,16 @@ namespace TodoAPI2.Models
[MaxLength(255)]
public string level_score_supervisor2A { get; set; }
public int? chief_a { get; set; }
[MaxLength(1)]
public string chief_a_result { get; set; }
[MaxLength(1000)]
public string chief_a_remark { get; set; }
public DateTime? chief_a_date { get; set; }
}
}