Add Profile Table
This commit is contained in:
parent
aa691fe65f
commit
68dab7a727
69 changed files with 18537 additions and 84 deletions
|
|
@ -1,16 +0,0 @@
|
|||
using BMA.EHR.Domain.Models.Base;
|
||||
|
||||
namespace BMA.EHR.Organization.Service.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// Link Profile กับ OrganizationPosition
|
||||
/// </summary>
|
||||
public class ProfilePosition : EntityBase
|
||||
{
|
||||
public OrganizationPositionEntity OrganizationPosition { get; set; }
|
||||
|
||||
public Guid OrganizationPositionId { get; set; }
|
||||
|
||||
public Guid? ProfileId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue