公告板
版本库
filestore
活动
搜索
登录
main
/
powerIntelligenceSystem
山西直流电源系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
预警分析管理-切换时间间隔和副属性/查询所有的属性对应关系
whyclxw
7 天以前
ab1ce4e7d9feb6e1da8db8abf0deb552afddc7d6
[powerIntelligenceSystem.git]
/
src
/
main
/
java
/
com
/
whyc
/
dto
/
Station
/
Country.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.whyc.dto.Station;
import lombok.Data;
import java.util.List;
@Data
public class Country {
private String provice;
private String city;
private String country;
private List<Station> stationList;
}