api ค้นหาผู้เกี่ยวข้องคำสั่ง
This commit is contained in:
parent
e7c71b2e15
commit
fa8dfc51e4
4 changed files with 68 additions and 3 deletions
|
|
@ -0,0 +1,11 @@
|
|||
namespace BMA.EHR.Application.Requests.Commands
|
||||
{
|
||||
public class SearchProfileCommandRequest
|
||||
{
|
||||
public Guid CommandTypeId { get; set; }
|
||||
|
||||
public int Year { get; set; }
|
||||
|
||||
public string? Posno { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue