Change Amount property to nullable int in GetProfileLeaveByKeycloakDto #2411
This commit is contained in:
parent
6b8eddcbc0
commit
cef41506a8
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
public string Age { get; set; } = string.Empty;
|
||||
public DateTime DateAppoint { get; set; }
|
||||
public DateTime DateCurrent { get; set; }
|
||||
public int Amount { get; set; }
|
||||
public int? Amount { get; set; } = 0;
|
||||
public string? TelephoneNumber { get; set; } = string.Empty;
|
||||
public string Position { get; set; } = string.Empty;
|
||||
public string PosLevel { get; set; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue