公告板
版本库
filestore
活动
搜索
登录
鲁星伟
/
ResMeterManager
内阻计测试分析软件
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
台站管理
lxw
2022-09-09
780e7c8ee91fccc72582e1c526fe0c38f0b1e2f3
[~whyclxw/ResMeterManager.git]
/
src
/
main
/
java
/
com
/
whyc
/
dto
/
Station
/
StationName1.java
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 StationName1 implements Serializable {
private String station1;
private List<StationName2> sName2s;
}