|
|
@@ -12,6 +12,7 @@ import net.bytebuddy.agent.builder.AgentBuilder;
|
|
|
import javax.persistence.EnumType;
|
|
|
import javax.persistence.Enumerated;
|
|
|
import java.math.BigDecimal;
|
|
|
+import java.time.LocalDateTime;
|
|
|
import java.util.List;
|
|
|
|
|
|
@Data
|
|
|
@@ -37,4 +38,7 @@ public class AuctionRecordDTO {
|
|
|
private BigDecimal bidderPrice;
|
|
|
private AuctionStatus auctionStatus;
|
|
|
private Long orderId;
|
|
|
+ private LocalDateTime endTime;
|
|
|
+ private LocalDateTime createdTime;
|
|
|
+ private BigDecimal deposit;
|
|
|
}
|