.
This commit is contained in:
parent
34d1a8c444
commit
0b1dc8f98d
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ import ru.spcex.platform.utils.enumeration.IErrorEnumId;
|
|||
|
||||
public enum ClearingErrorInternal implements IErrorEnumId {
|
||||
ClearingNotAllowed(1L),
|
||||
AccountNotActive(2L),
|
||||
CompanyNotActive(3L),
|
||||
AccountNotActive(5415L),
|
||||
CompanyNotActive(5411L),
|
||||
FinancialObligationNotSatisfied(4L),
|
||||
;
|
||||
private final Long id;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue