公告板
版本库
filestore
活动
搜索
登录
未授权访问版本库 fg_v2.0.git
鲁星伟
/
ResMeterManager
内阻计测试分析软件
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新预估容量
whycxzp
2023-01-10
5f4403d2c7399a189558009ee4d4ab2125a9dd33
[~whyclxw/ResMeterManager.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
StationMapper.java
1
2
3
4
5
6
7
8
9
10
package com.whyc.mapper;
import com.whyc.dto.Station.StationName1;
import java.util.List;
public interface StationMapper extends CustomMapper<StationName1>{
//查询台站列表
List<StationName1> getStation();
}