wait migrate
This commit is contained in:
parent
5df7a9e20f
commit
6e1965ba79
1 changed files with 21 additions and 0 deletions
|
|
@ -89,5 +89,26 @@ namespace BMA.EHR.Domain.Models.Insignias
|
||||||
public string? Child4 { get; set; }
|
public string? Child4 { get; set; }
|
||||||
|
|
||||||
public bool? MarkInsignia { get; set; } = false;
|
public bool? MarkInsignia { get; set; } = false;
|
||||||
|
|
||||||
|
public string? APR1 { get; set; }
|
||||||
|
|
||||||
|
public string? APR2 { get; set; }
|
||||||
|
|
||||||
|
public string? APR3 { get; set; }
|
||||||
|
|
||||||
|
public string? APR4 { get; set; }
|
||||||
|
|
||||||
|
public string? APR5 { get; set; }
|
||||||
|
|
||||||
|
public string? OCT1 { get; set; }
|
||||||
|
|
||||||
|
public string? OCT2 { get; set; }
|
||||||
|
|
||||||
|
public string? OCT3 { get; set; }
|
||||||
|
|
||||||
|
public string? OCT4 { get; set; }
|
||||||
|
|
||||||
|
public string? OCT5 { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue