เพิ่มหน้าจอบันทึกผลการตรวจข้อตกลงการประเมิน
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user