add mark insignia

This commit is contained in:
moss 2025-05-30 11:36:48 +07:00
parent db84cdbf29
commit c49375718d
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@
public bool? MarkDiscipline { get; set; }
public bool? MarkLeave { get; set; }
public bool? MarkRate { get; set; }
public bool? MarkInsignia { get; set; }
public List<InsigniaRequestDoc>? Docs { get; set; }
public List<MatchingCondition> MatchingConditions { get; set; } = new List<MatchingCondition>();