เพิ่มค่าปะเภทลาอุปสมบท
This commit is contained in:
parent
c62981e93c
commit
c802ab718f
3 changed files with 7 additions and 2 deletions
|
|
@ -29,5 +29,7 @@
|
|||
public string Level { get; set; } = string.Empty;
|
||||
|
||||
public string LeaveRange { get; set; } = string.Empty;
|
||||
|
||||
public bool? HajjDayStatus { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
public string Status { get; set; }
|
||||
|
||||
public bool IsDelete { get; set; }
|
||||
public bool? HajjDayStatus { get; set; }
|
||||
|
||||
public DateTime LeaveStartDate { get; set; } = DateTime.Now;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue