메인 홈 화면 글 #4
-
|
현재 title, author, category, recruitStatus, createAt, profileImage, replyCount로 되어 있는데 해시태그도 추가 부탁드릴께요 :) 혹시 마이페이지-유저 작성글이랑 관심글도 위에 형식으로 바꿔주셨을까요? |
Beta Was this translation helpful? Give feedback.
Answered by
Juhongseok
Apr 10, 2023
Replies: 1 comment 1 reply
-
|
현재 이렇게 되어있어요 더 필요한 게 있을까요? Long id;
String title;
String author;
LocalDateTime createdDate;
String recruitStatus;
String category;
List<String> tags;
int totalCount; // 신청 가능 한 사람 수
int approvedCount; // 승인된 사람 수
String profileImage;
int replyCount; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WIKI