แจ้งเตือนเครื่องราช

This commit is contained in:
Kittapath 2023-09-27 14:44:27 +07:00
parent 70e59fb04c
commit 6ad93161c8
10 changed files with 33094 additions and 265 deletions

View file

@ -18,9 +18,11 @@
public string Status { get; set; }
public bool IsApprove { get; set; }
public DateTime? RequestDate { get; set; }
public List<string> MarkALert { get; set; }
public string? RequestNote { get; set; }
public string? Reason { get; set; }
public bool? MarkDiscipline { get; set; }
public bool? MarkLeave { get; set; }
public bool? MarkRate { get; set; }
public List<InsigniaRequestDoc>? Docs { get; set; }
public List<MatchingCondition> MatchingConditions { get; set; } = new List<MatchingCondition>();