Skip to content

Commit

Permalink
Fix : "제거 returnDate"
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroom1324 committed Nov 20, 2023
1 parent 742a74c commit 90d2e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.time.LocalDateTime;
import java.util.List;

@Entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

import com.querydsl.core.annotations.QueryProjection;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.*;
import lombok.Builder;
import lombok.Getter;
import repick.repickserver.domain.model.Address;
import repick.repickserver.domain.model.Bank;
import repick.repickserver.domain.sellorder.domain.SellOrder;
Expand Down

0 comments on commit 90d2e79

Please sign in to comment.