USVT-121 添加一个 Ready 的状态

This commit is contained in:
YuCheng Hu 2022-12-03 09:30:50 -05:00
parent 95f44c4f8a
commit 7fabf0869f
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, Clear, Reject
Pending, Ready, Clear, Reject
}