This commit is contained in:
parent
c9ed721cc0
commit
c16f364b8a
6 changed files with 20885 additions and 80 deletions
|
|
@ -6,11 +6,29 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
public class PersonSelectPositionOtherRequest
|
||||
{
|
||||
public DateTime? RecruitDate { get; set; }
|
||||
public Guid? PosNoId { get; set; }
|
||||
public Guid? PositionId { get; set; }
|
||||
public Guid? PositionLevelId { get; set; }
|
||||
public Guid? PositionLineId { get; set; }
|
||||
public Guid? PositionPathSideId { get; set; }
|
||||
public Guid? PositionTypeId { get; set; }
|
||||
// public Guid? PosNoId { get; set; }
|
||||
// public Guid? PositionId { get; set; }
|
||||
// public Guid? PositionLevelId { get; set; }
|
||||
// public Guid? PositionLineId { get; set; }
|
||||
// public Guid? PositionPathSideId { get; set; }
|
||||
// public Guid? PositionTypeId { get; set; }
|
||||
public double? Amount { get; set; }
|
||||
|
||||
public string? posmasterId { get; set; }
|
||||
public Guid? personalId { get; set; }
|
||||
public DateTime? reportingDate { get; set; }
|
||||
public int? node { get; set; }
|
||||
public Guid? nodeId { get; set; }
|
||||
public string? orgRevisionId { get; set; }
|
||||
public int? posMasterNo { get; set; }
|
||||
public string? positionId { get; set; }
|
||||
public string? positionName { get; set; }
|
||||
public string? positionField { get; set; }
|
||||
public string? posTypeId { get; set; }
|
||||
public string? posTypeName { get; set; }
|
||||
public string? posLevelId { get; set; }
|
||||
public string? posLevelName { get; set; }
|
||||
public string? typeCommand { get; set; }
|
||||
public string? posExecutiveName { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue