Skip to content

Commit b1caec6

Browse files
committed
feat: MyHistoryPostItemDto에 상세 정보 필드 추가 및 매핑 로직 업데이트
1 parent 3e9828b commit b1caec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/back/domain/myhistory/dto/MyHistoryPostItemDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.back.domain.myhistory.dto;
1+
package com.back.domain.myhistory.dto;
22

33
import com.back.domain.post.post.entity.Post;
44
import com.back.domain.post.post.entity.PostImage;

0 commit comments

Comments
 (0)