Skip to content

Commit

Permalink
fix: typo in response
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunihs committed Sep 14, 2024
1 parent 991ad23 commit 6afcd83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public record GetPendingClothingSales(
@Schema(description = "수거 ID", example = "1") Long id,
@Schema(description = "옷장 정리 회차", example = "1") Integer clothingSalesCount,
@Schema(description = "박스 수거 여부 true: 박스 수거, false: 리픽백 수거") boolean isBoxCollect,
@Schema(description = "리픽백 수거 요청 여부 true: 수거 요청, false: 수거 미요청") boolean isBagCollectReqeusted,
@Schema(description = "리픽백 수거 요청 여부 true: 수거 요청, false: 수거 미요청") boolean isBagCollectRequested,
@Schema(description = "신청 완료일") LocalDateTime requestDate,
@Schema(description = "수거 완료일") LocalDateTime collectDate,
@Schema(description = "상품 촬영일") LocalDateTime shootDate,
Expand Down

0 comments on commit 6afcd83

Please sign in to comment.