เพิ่ม org ใน orgemployee

This commit is contained in:
Kittapath 2023-09-15 14:32:57 +07:00
parent 04161554e5
commit c09d387e6f
6 changed files with 16383 additions and 0 deletions

View file

@ -21,6 +21,7 @@ namespace BMA.EHR.OrganizationEmployee.Service.Requests
public string? OrganizationOrder { get; set; }
public string? OrganizationShortName { get; set; }
public Guid? OrganizationId { get; set; }
public Guid? OrganizationFaxId { get; set; }
public Guid? OrganizationLevelId { get; set; }
public Guid? OrganizationOrganizationId { get; set; }