add mark insignia
This commit is contained in:
parent
db84cdbf29
commit
c49375718d
2 changed files with 2 additions and 0 deletions
|
|
@ -8952,6 +8952,7 @@ namespace BMA.EHR.Application.Repositories
|
|||
MarkDiscipline = h.MarkDiscipline,
|
||||
MarkLeave = h.MarkLeave,
|
||||
MarkRate = h.MarkRate,
|
||||
MarkInsignia = h.MarkInsignia,
|
||||
MatchingConditions = h.MatchingConditions == null || h.MatchingConditions == ""
|
||||
? null
|
||||
: JsonConvert.DeserializeObject<List<MatchingCondition>>(h.MatchingConditions)
|
||||
|
|
|
|||
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue