CommentDto 클래스

jb kim·2022년 3월 4일
0

REST API 블로그 앱

목록 보기
27/65


@Data
public class CommentDto {
	private Long id;
	private String name;
	private String email;
	private String body;
}
profile
픽서

0개의 댓글