แก้ defect เพิ่มเติม
This commit is contained in:
parent
7556a6c400
commit
56ef47dc2e
5 changed files with 21 additions and 2 deletions
|
|
@ -15,5 +15,9 @@
|
|||
public string Status { get; set; }
|
||||
|
||||
public bool IsDelete { get; set; }
|
||||
|
||||
public DateTime LeaveStartDate { get; set; } = DateTime.Now;
|
||||
|
||||
public DateTime LeaveEndDate { get; set; } = DateTime.Now;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue