เช็ค ocId user
This commit is contained in:
parent
a85bf3526a
commit
b89e500c21
7 changed files with 2217 additions and 2020 deletions
11
Models/HR/ProfileOrganization.cs
Normal file
11
Models/HR/ProfileOrganization.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
using BMA.EHR.Recruit.Service.Models;
|
||||
|
||||
namespace BMA.EHR.Profile.Service.Models.HR
|
||||
{
|
||||
public class ProfileOrganization : EntityBase
|
||||
{
|
||||
public Guid? OrganizationId { get; set; }
|
||||
public Guid? UserId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue