公告板
版本库
filestore
活动
搜索
登录
鲁星伟
/
LockBltooth_plus
新版蓝牙锁
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
权限管理
whyclxw
2025-05-15
96510a549bfb313920bf297b28089c4cf57f0146
[~whyclxw/LockBltooth_plus.git]
/
src
/
main
/
java
/
com
/
whyc
/
dto
/
Station
/
City.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.whyc.dto.Station;
import lombok.Data;
import java.util.List;
@Data
public class City {
private String stationName1;
private String stationName2;
private List<Country> countryList;
}