add fields amountSpecial
This commit is contained in:
parent
7cd06be198
commit
15160c2018
7 changed files with 24 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
public int commandYear { get; set; }
|
||||
public string? templateDoc { get; set; }
|
||||
public double? amount { get; set; }
|
||||
public double? amountSpecial { get; set; }
|
||||
public double? positionSalaryAmount { get; set; }
|
||||
public double? mouthSalaryAmount { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue