แก้ บรรจุกับโครงสร้างใหม่

This commit is contained in:
Kittapath 2024-02-20 15:17:05 +07:00
parent eea8e1ff81
commit 06af1fc632
8 changed files with 34469 additions and 53 deletions

View file

@ -7,8 +7,9 @@ namespace BMA.EHR.Placement.Service.Requests
{
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? PositionId { get; set; }
public Guid? PositionLevelId { get; set; }
public Guid? PositionLineId { get; set; }
public Guid? PositionPathSideId { get; set; }
@ -16,5 +17,10 @@ namespace BMA.EHR.Placement.Service.Requests
public double? SalaryAmount { get; set; }
public double? MouthSalaryAmount { get; set; }
public double? PositionSalaryAmount { get; set; }
public int? node { get; set; }
public Guid? nodeId { get; set; }
public Guid? posmasterId { get; set; }
public Guid? positionId { get; set; }
}
}