whyclxw
2025-04-17 efd756706f9ffacd21992714f7fc97e8d477df20
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.whyc.dto;
 
import lombok.Data;
 
@Data
public class StationDto {
    private String stationName1;
    private String stationName2;
    private String stationName3;
    private String stationName4;
    private Integer pageNum;
    private Integer pageSize;
    private Integer uid;
}