placement ผูกโครงสร้างใหม่

This commit is contained in:
Kittapath 2024-04-30 00:10:07 +07:00
parent 0afe06fac0
commit dc91f81262
11 changed files with 35152 additions and 86 deletions

View file

@ -25,6 +25,19 @@ namespace BMA.EHR.Placement.Service.Requests
public int? node { get; set; }
public Guid? nodeId { get; set; }
public Guid? posmasterId { get; set; }
public Guid? positionId { get; set; }
// public Guid? positionId { get; set; }
public string? orgRevisionId { get; set; }
public string? positionId { get; set; }
public int? posMasterNo { 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; }
}
}