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
9
BMA.EHR.Insignia/Requests/GetReclaimListRequest.cs
Normal file
9
BMA.EHR.Insignia/Requests/GetReclaimListRequest.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace BMA.EHR.Insignia.Service.Requests
|
||||
{
|
||||
public class GetReclaimListRequest
|
||||
{
|
||||
public int Year { get; set; } = 0;
|
||||
|
||||
public Guid? InsigniaTypeId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue