lxw
2022-09-13 dad6910a94fae66dc0818e7d404874a92d1f18d2
1
2
3
4
5
6
7
8
9
10
11
package com.whyc.dto.Station;
 
import lombok.Data;
 
import java.io.Serializable;
 
@Data
public class FileName implements Serializable {
    private String fileId;
    private String fileName;
}