We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
우선 간단하게 아래와 같이 필드를 구성할 예정
--- title: Response 클래스 직관적으로 변경 --- classDiagram class ResponseDto{ + code : int + message : String + data : Object }
The text was updated successfully, but these errors were encountered:
[~] #64,#65 - MemberController, MemberService에서 새로운 Response와 Service…
0b0a846
…Result 사용하도록 변경
[~] #65 AnswerController 반환 타입 Response 객체로 통일
3c9fad8
[~] #65 TemplateController 메소드 반환 타입 Response로 통일하도록 변경
c3625d9
[+] #65 ReplyerController 메서드 반환 타입 통일
ec65cf6
woody35545
No branches or pull requests
우선 간단하게 아래와 같이 필드를 구성할 예정
The text was updated successfully, but these errors were encountered: