Skip to content

Commit

Permalink
#21 [remove] : 사용하지 않는 DTO 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbang105 committed Jun 3, 2024
1 parent f980575 commit db49aad
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions backend/src/main/java/org/dgu/backend/dto/PortfolioDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,4 @@ public static PortfolioDto.EditPortfolioResponse of(Portfolio portfolio) {
.build();
}
}

@Builder
@Getter
@AllArgsConstructor
@JsonNaming(value = PropertyNamingStrategies.SnakeCaseStrategy.class)
@JsonInclude(JsonInclude.Include.NON_NULL)
public static class AddPortfolioScrapRequest {
private String portfolioId;
}
}

0 comments on commit db49aad

Please sign in to comment.