update 占桩订单列表页实现分页

This commit is contained in:
Lemon
2023-08-21 17:12:53 +08:00
parent 55104d4c6e
commit 5ea2ec624b
7 changed files with 57 additions and 32 deletions

View File

@@ -8,6 +8,9 @@ import lombok.*;
@AllArgsConstructor
@Builder
public class QueryOccupyOrderDTO {
private Integer pageNum;
private Integer pageSize;
// 充电桩编号
private String pileSn;