USVT-121 删除 Ready 状态

This commit is contained in:
YuCheng Hu 2022-12-03 12:28:04 -05:00
parent 9f2aead205
commit d42a5f9c03
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ package com.northtecom.visatrack.api.service.enums;
* @author YuCheng Hu
*/
public enum VisaStatus {
Pending, Ready, Clear, Reject
Pending, Clear, Reject
}