no message

This commit is contained in:
kittapath 2024-12-27 00:17:02 +07:00
parent 38d149c213
commit 935e6e5a4b
4 changed files with 17 additions and 11 deletions

View file

@ -42,6 +42,7 @@ namespace BMA.EHR.Placement.Service.Requests
public string? posLevelName { get; set; }
public double? salary { get; set; }
public string? education { get; set; }
public double? Amount { get; set; }
}
}