fix defect 12/12/66 14:16
This commit is contained in:
parent
d4ae5f8c53
commit
7fa4ba9750
10 changed files with 192 additions and 65 deletions
|
|
@ -5,8 +5,8 @@ namespace BMA.EHR.Leave.Service.DTOs.DutyTime
|
|||
{
|
||||
public class UpdateDutyTimeDto
|
||||
{
|
||||
[Required, Comment("คำอธิบาย")]
|
||||
public string Description { get; set; } = string.Empty;
|
||||
[Comment("คำอธิบาย")]
|
||||
public string? Description { get; set; } = string.Empty;
|
||||
|
||||
[Required, Comment("สถานะว่ารอบใดเป็นค่า Default ของข้าราชการ (สำหรับทุกคนที่ยังไม่ได้ทำการเลือกรอบ)")]
|
||||
public bool IsDefault { get; set; } = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue