package kr.itn.itnhub.review;

/** 권리확인 상세의 [수정] 저장 요청. 전부 선택값이며, 저장 시 web_edited_at이 채워진다. */
public record JudgmentRequest(
        String hasAttachment,
        String koglAttached,
        String koglType,
        String aiType,
        String openable,
        String reviewMajor,
        String reviewMinor,
        String reviewResult,
        String judgedKoglType,
        String judgedAiType,
        String opinion,
        String lawyerNote,
        String needsProcessing) {
}
