fix
This commit is contained in:
@@ -30,8 +30,8 @@ public class AccountSimple
|
||||
public Guid Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public AccountAccessTypeEnum Type { get; set; }
|
||||
public string CurrencyName { get; set; }
|
||||
public string CurrencyShortName { get; set; }
|
||||
public string? CurrencyName { get; set; }
|
||||
public string? CurrencyShortName { get; set; }
|
||||
public decimal? CurrencyRate { get; set; }
|
||||
public int? CurrencyQuantity { get; set; }
|
||||
public decimal? TotalPlus { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user