api ตำแหน่ง draft
This commit is contained in:
parent
6b7fcaaba2
commit
6a572144ab
42 changed files with 32604 additions and 1 deletions
9
BMA.EHR.Application/Requests/SaveRequsetNote.cs
Normal file
9
BMA.EHR.Application/Requests/SaveRequsetNote.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace BMA.EHR.Application.Requests
|
||||
{
|
||||
public class SaveRequsetNote
|
||||
{
|
||||
public Guid PeriodId { get; set; }
|
||||
public Guid OcId { get; set; }
|
||||
public string Note { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue