change insigniaTypeId เป็น optional
Some checks failed
release-dev / release-dev (push) Failing after 11s
Some checks failed
release-dev / release-dev (push) Failing after 11s
This commit is contained in:
parent
8ce58201e9
commit
0b407f3c68
4 changed files with 116 additions and 78 deletions
|
|
@ -5,7 +5,7 @@ namespace BMA.EHR.Insignia.Service.Requests
|
|||
{
|
||||
public class InsigniaNoteSearchRequest
|
||||
{
|
||||
public Guid InsigniaTypeId { get; set; }
|
||||
public Guid? InsigniaTypeId { get; set; }
|
||||
public Guid InsigniaNoteId { get; set; }
|
||||
public Guid? InsigniaId { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue