เพิ่มเงื่อนไขเช็คคำสั่งแสดงสังกัด

This commit is contained in:
Kittapath 2023-10-10 16:27:54 +07:00
parent 39cc6be653
commit a969441f02
4 changed files with 118 additions and 82 deletions

View file

@ -0,0 +1,10 @@
using BMA.EHR.Domain.Models.MetaData;
using Microsoft.EntityFrameworkCore;
namespace BMA.EHR.Placement.Service.Requests
{
public class PersonSelectPositionAppointmentEmployeeRequest
{
public Guid? OrganizationEmployeeId { get; set; }
}
}