no message

This commit is contained in:
kittapath 2024-10-02 11:25:45 +07:00
parent 14b3c386e0
commit 9b6db93a5f
3 changed files with 382 additions and 5 deletions

View file

@ -14,5 +14,8 @@ namespace BMA.EHR.Placement.Service.Requests
public string? commandNo { get; set; }
public int commandYear { get; set; }
public string? templateDoc { get; set; }
public double? amount { get; set; }
public double? positionSalaryAmount { get; set; }
public double? mouthSalaryAmount { get; set; }
}
}