เพิ่มเงื่อนไขเช็คคำสั่งแสดงสังกัด
This commit is contained in:
parent
39cc6be653
commit
a969441f02
4 changed files with 118 additions and 82 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue