| | |
| | | package com.ruoyi.order.dto; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import io.swagger.annotations.ApiParam; |
| | | import lombok.Data; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | |
| | | private String chargingStation; |
| | | private String powerStationOperator; |
| | | private String terminalCode; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private LocalDateTime beginTime1; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private LocalDateTime endTime1; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private LocalDateTime beginTime2; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private LocalDateTime endTime2; |
| | | private Integer pageCurr; |
| | | private Integer pageSize; |