Skip to content

Commit 2ba53c8

Browse files
committed
Refactor: Post 가져올 시, 작성자 UserId 포함
1 parent 464e69e commit 2ba53c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Shared/DataTransferObject/OutputDto/PostPostPhotoDto.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace Shared.DataTransferObject.OutputDto;
1010
public class PostPostPhotoDto
1111
{
1212
public int PostId {get; set;}
13+
public string UserId { get; set; } = null!;
1314
public string? PostContent {get; set;}
1415
public double? x {get; set;}
1516
public double? y {get; set;}

0 commit comments

Comments
 (0)