แก้ model
This commit is contained in:
parent
d8031bff98
commit
a31b72316e
8 changed files with 48 additions and 46 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using BMA.EHR.MetaData.Service.Models;
|
||||
using BMA.EHR.Organization.Service.Models;
|
||||
using BMA.EHR.Recruit.Service.Models.Documents;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
|
|
@ -137,17 +138,20 @@ namespace BMA.EHR.Profile.Service.Models.HR
|
|||
public Guid? OrganizationOrganizationId { get; set; }
|
||||
public string? OrganizationOrganization { get; set; }
|
||||
public Guid? PositionId { get; set; }
|
||||
public string? Position { get; set; }
|
||||
public Guid? PosNoId { get; set; }
|
||||
public string? PosNo { get; set; }
|
||||
// public string? Position { get; set; }
|
||||
public PositionPath? Position { get; set; }
|
||||
// public Guid? PosNoId { get; set; }
|
||||
public PositionNumberEntity? PosNo { get; set; }
|
||||
// public string? PosNo { get; set; }
|
||||
public Guid? PositionLineId { get; set; }
|
||||
public string? PositionLine { get; set; }
|
||||
public Guid? PositionPathSideId { get; set; }
|
||||
public string? PositionPathSide { get; set; }
|
||||
public Guid? PositionTypeId { get; set; }
|
||||
public string? PositionType { get; set; }
|
||||
public Guid? PositionLevelId { get; set; }
|
||||
public string? PositionLevel { get; set; }
|
||||
// public Guid? PositionTypeId { get; set; }
|
||||
// public string? PositionType { get; set; }
|
||||
public PositionType? PositionType { get; set; }
|
||||
// public Guid? PositionLevelId { get; set; }
|
||||
public PositionLevel? PositionLevel { get; set; }
|
||||
public Guid? PositionExecutiveId { get; set; }
|
||||
public string? PositionExecutive { get; set; }
|
||||
public Guid? PositionExecutiveSideId { get; set; }
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ namespace BMA.EHR.Profile.Service.Models.HR
|
|||
public Guid? PositionLineId { get; set; }
|
||||
public Guid? PositionPathSideId { get; set; }
|
||||
public Guid? PositionTypeId { get; set; }
|
||||
public Guid? PositionLevelId { get; set; }
|
||||
public PositionLevel? PositionLevel { get; set; }
|
||||
public Guid? PositionExecutiveId { get; set; }
|
||||
public Guid? PositionExecutiveSideId { get; set; }
|
||||
public string? SalaryClass { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue