แก้ api ลา

This commit is contained in:
kittapath 2024-11-18 18:43:46 +07:00
parent d08b4ca723
commit 4822110533
20 changed files with 20695 additions and 2783 deletions

View file

@ -25,9 +25,13 @@ namespace BMA.EHR.Application.Responses.Profiles
public Guid? OcId { get; set; }
public PosType? PosType { get; set; }
public string? PosType { get; set; }
public PosLevel? PosLevel { get; set; }
public string? PosLevel { get; set; }
public Guid? PosTypeId { get; set; }
public Guid? PosLevelId { get; set; }
public string? Oc { get; set; }
@ -42,5 +46,9 @@ namespace BMA.EHR.Application.Responses.Profiles
public string? PosNoEmployee { get; set; }
public string? Gender { get; set; }
public double? Amount { get; set; }
public double? PositionSalaryAmount { get; set; }
public Guid? RootId { get; set; }
public string? Root { get; set; }
}
}