fix
This commit is contained in:
@@ -308,7 +308,7 @@
|
||||
|
||||
if (!_accountMotionRepository.Add(accountMotionDb))
|
||||
{
|
||||
return result.Set(GeneralExecStatus.failure);
|
||||
return result.Set(AccountMotionAddResult.failure);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{
|
||||
public DateTime Date { get; set; }
|
||||
public string Motion { get; set; } = null!;
|
||||
public string Description { get; set; } = null!;
|
||||
public string? Description { get; set; };
|
||||
public decimal Plus { get; set; }
|
||||
public decimal Minus { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user