Skip to content

Commit

Permalink
second-seminar more Assignment
Browse files Browse the repository at this point in the history
2주차 과제 심화과제 UpdateRequestDto

#3
  • Loading branch information
jinchiim committed May 1, 2023
1 parent 0ff8908 commit 3976135
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package sopt.org.SecondSeminar.controller.post.dto.request;

import lombok.AllArgsConstructor;
import lombok.Getter;

@Getter
@AllArgsConstructor
public class UpdateRequestDto {
private String title;
private String content;
}

0 comments on commit 3976135

Please sign in to comment.