api สืบสวน

This commit is contained in:
Kittapath 2023-11-23 19:59:24 +07:00
parent d06e1af217
commit ab171a7394
24 changed files with 31960 additions and 429 deletions

View file

@ -0,0 +1,9 @@
using Microsoft.EntityFrameworkCore;
namespace BMA.EHR.Discipline.Service.Requests
{
public class DisciplinePersonIdRequest
{
public Guid[] persons { get; set; }// id บุคคลผู้ถูกร้องเรียน
}
}