USVT-122 修改Pending 的状态
This commit is contained in:
parent
e94899c5b4
commit
37f75668e7
|
@ -15,7 +15,7 @@ import lombok.Getter;
|
|||
public enum VisaStatus {
|
||||
Pending("Pending", "Administrative Processing"),
|
||||
Clear("Clear", "Issued"),
|
||||
Reject("Pending", "Refused");
|
||||
Reject("Reject", "Refused");
|
||||
|
||||
private String visaStatusKey;
|
||||
private String visaStatusValue;
|
||||
|
|
Loading…
Reference in New Issue