ปรับปรุง UI และ Flow ของงาน เพิ่มเติม

This commit is contained in:
Nakorn Rientrakrunchai
2021-02-13 12:31:34 +07:00
parent fc5cd13a6e
commit 2159daa300
15 changed files with 898 additions and 31 deletions

View File

@@ -174,6 +174,9 @@ namespace TodoAPI2.Models
public string chief_a_remark { get; set; }
public DateTime? chief_a_date { get; set; }
[MaxLength(1000)]
public string chief_a_reject_reason { get; set; }
}
}