แก้ไขข้อมมูลบุคคลบรรจุ
This commit is contained in:
parent
0c56512f54
commit
258a95a0e2
19 changed files with 11975 additions and 231 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using BMA.EHR.Domain.Models.Base;
|
||||
using BMA.EHR.Domain.Models.HR;
|
||||
|
||||
namespace BMA.EHR.Domain.Models.Organizations
|
||||
{
|
||||
|
|
@ -7,10 +8,8 @@ namespace BMA.EHR.Domain.Models.Organizations
|
|||
/// </summary>
|
||||
public class ProfilePosition : EntityBase
|
||||
{
|
||||
public OrganizationPositionEntity OrganizationPosition { get; set; }
|
||||
public OrganizationPositionEntity? OrganizationPosition { get; set; }
|
||||
|
||||
public Guid OrganizationPositionId { get; set; }
|
||||
|
||||
public Guid? ProfileId { get; set; }
|
||||
public Profile? Profile { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue