เพิ่ม org ใน orgemployee
This commit is contained in:
parent
04161554e5
commit
c09d387e6f
6 changed files with 16383 additions and 0 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue