fix #1357 ปรับ API
This commit is contained in:
parent
7b55e16e7d
commit
88270a230f
6 changed files with 20839 additions and 27 deletions
|
|
@ -25,5 +25,7 @@ namespace BMA.EHR.Domain.Models.Insignias
|
|||
public Document? Document { get; set; }
|
||||
|
||||
public virtual List<InsigniaRequestProfile> RequestProfiles { get; set; } = new List<InsigniaRequestProfile>();
|
||||
|
||||
public string? ProfileType { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue