apiร้องเรียน
This commit is contained in:
parent
2cdf724d58
commit
d06e1af217
24 changed files with 34538 additions and 91 deletions
|
|
@ -0,0 +1,9 @@
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Discipline.Service.Requests
|
||||
{
|
||||
public class DisciplineComplaintPersonIdRequest
|
||||
{
|
||||
public Guid[] personId { get; set; }// id บุคคลผู้ถูกร้องเรียน
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue