mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 21:45:08 +08:00
update 占桩订单列表页实现分页
This commit is contained in:
@@ -8,6 +8,9 @@ import lombok.*;
|
||||
@AllArgsConstructor
|
||||
@Builder
|
||||
public class QueryOccupyOrderDTO {
|
||||
private Integer pageNum;
|
||||
private Integer pageSize;
|
||||
|
||||
// 充电桩编号
|
||||
private String pileSn;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user