Skip to content

Commit

Permalink
Fix: 바인딩 에러 처리 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
klkim1913 authored Aug 9, 2023
1 parent 019b61e commit e8c362b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/anywayclear/dto/request/BiddingRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;

@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public class BiddingRequest {
// private String userId;
Expand Down

0 comments on commit e8c362b

Please sign in to comment.