he wei
2022-11-21 f590cd46b46d36610a3ed29591865de77d3e92ae
1
2
3
4
5
6
7
8
9
10
11
12
package com.whyc.dto.Station;
 
import lombok.Data;
 
import java.io.Serializable;
import java.util.List;
@Data
public class StationName2 implements Serializable {
    private String station1;
    private String station2;
    private List<StationName3> sName3s;
}