OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-12-09 a4dd706048a9c3edb30fb3a7d42f2c010359f7fe
src/main/java/kr/wisestone/owl/constant/MsgConstants.java
@@ -241,4 +241,5 @@
    public static final String API_USER_ERROR = "API_USER_ERROR";     // api 사용자 오류
    public static final String API_OVERLAP_ERROR = "API_OVERLAP_ERROR";     // API 중복된 상위 이슈가 여러개일 경우
    public static final String API_ISSUE_NOT_EXIST = "API_ISSUE_NOT_EXIST";     // 수정할 이슈를 찾을수 없습니다.
    public static final String API_COMPLETE_ISSUE_STATUS_NOT_EXIST = "API_COMPLETE_ISSUE_STATUS_NOT_EXIST";     // 자동 종료 처리할 상태가 설정되지 않았습니다.
}