검증게시판 단계 추가

This commit is contained in:
Macbook
2026-05-28 16:24:14 +09:00
parent f64dc1e983
commit 7e3644cb62
375 changed files with 4539 additions and 251294 deletions
@@ -5,6 +5,10 @@ public enum VerificationIssueStage {
REGISTERED,
IN_FIX,
FIX_COMPLETE,
/** 확인 요청 — 검증 담당자 확인 대기 */
CONFIRM_REQUEST,
/** 재검증 요청 — 수정 후 재검증 필요 */
RE_VERIFY_REQUEST,
RE_REGISTERED,
COMPLETE
}