เพิ่มค่าปะเภทลาอุปสมบท

This commit is contained in:
Kittapath 2024-08-01 13:41:35 +07:00
parent c62981e93c
commit c802ab718f
3 changed files with 7 additions and 2 deletions

View file

@ -29,5 +29,7 @@
public string Level { get; set; } = string.Empty;
public string LeaveRange { get; set; } = string.Empty;
public bool? HajjDayStatus { get; set; }
}
}

View file

@ -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;