no message
This commit is contained in:
parent
dc91f81262
commit
57164f5d45
11 changed files with 34879 additions and 185 deletions
|
|
@ -5,9 +5,7 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
{
|
||||
public class PersonSelectPositionRequest
|
||||
{
|
||||
public Guid? PersonalId { get; set; }
|
||||
public DateTime? ContainDate { get; set; }
|
||||
public DateTime? ReportingDate { get; set; }
|
||||
public Guid? PosNoId { get; set; }
|
||||
// public Guid? PositionId { get; set; }
|
||||
public Guid? PositionLevelId { get; set; }
|
||||
|
|
@ -22,22 +20,23 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public string? orgTreeShortName { get; set; }
|
||||
public string? posPath { get; set; }
|
||||
public int? posNumber { get; set; }
|
||||
public int? node { get; set; }
|
||||
public Guid? nodeId { get; set; }
|
||||
public Guid? posmasterId { get; set; }
|
||||
// public Guid? positionId { 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 string? positionId { 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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue