Add new status for grant
This commit is contained in:
parent
c25c17d8ba
commit
99d85a5648
@ -30,7 +30,8 @@ public class Grant extends BaseEntity {
|
||||
SUCCESSFUL_PASSAGE("Успешное прохождение"),
|
||||
IN_WORK("В работе"),
|
||||
COMPLETED("Завершен"),
|
||||
FAILED("Провалены сроки");
|
||||
FAILED("Провалены сроки"),
|
||||
LOADED_FROM_KIAS("Загружен автоматически");
|
||||
|
||||
private String statusName;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user