เพิ่ม 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

@ -23,6 +23,7 @@ namespace BMA.EHR.Domain.Models.OrganizationEmployee
public string? OrganizationOrder { get; set; }
public bool? IsPublic { get; set; } = true;
public OrganizationEntity? Organization { get; set; }
public OrganizationFax? OrganizationFax { get; set; }
public OrganizationLevel? OrganizationLevel { get; set; }
public OrganizationOrganization? OrganizationOrganization { get; set; }