fix amountOld

This commit is contained in:
Bright 2024-11-18 13:51:25 +07:00
parent d08b4ca723
commit 9e99e985cd
7 changed files with 16 additions and 13 deletions

View file

@ -45,5 +45,6 @@ namespace BMA.EHR.Retirement.Service.Requests
public string? posNo { get; set; }
public DateTime? leaveDate { get; set; }
public string? education { get; set; }
public double? salary { get; set; }
}
}