fix รายการขอโอน เงินเดือนไม่แสดง

This commit is contained in:
Bright 2024-09-25 11:29:49 +07:00
parent a1cd8ac9a3
commit 7a96917926
2 changed files with 3 additions and 1 deletions

View file

@ -40,5 +40,7 @@ namespace BMA.EHR.Placement.Service.Requests
public string? posTypeName { get; set; }
public string? posLevelId { get; set; }
public string? posLevelName { get; set; }
public double? salary { get; set; }
}
}