Skip to content

Commit

Permalink
[Feat/#96] 월간 일별 손익 요약 조회 예시 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnsugyeong committed Feb 10, 2024
1 parent 8098b21 commit f264281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public static class IncomeStatementSummaryDto {
@Schema(description = "손익 조회 목록 DTO")
public static class ProfitLossListDto {

@ArraySchema(schema = @Schema(description = "손익 조회 목록", implementation = BigDecimal.class))
@ArraySchema(schema = @Schema(description = "손익 조회 목록", implementation = ProfitLossDto.class))
private List<ProfitLossDto> profitLosses;

}
Expand Down

0 comments on commit f264281

Please sign in to comment.