แก้ฟิวเงินเดือนเกษียญ

This commit is contained in:
Kittapath 2023-08-16 15:14:29 +07:00
parent acd4bed59f
commit 8f109d0863
12 changed files with 15854 additions and 171 deletions

View file

@ -23,6 +23,7 @@ namespace BMA.EHR.Retirement.Service.Requests
public string? PositionTypeOld { get; set; }
public string? PositionLevelOld { get; set; }
public string? PositionNumberOld { get; set; }
public double? Amount { get; set; }
public double? AmountOld { get; set; }
public DateTime? PositionDate { get; set; }
}