dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
实时风向与因子数据从同一个websokceket获取优化
jinpengyong
2020-09-28
121a5b01a2461b5d9d5c188f9dd36c2e4673db9d
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
service
/
ChannelService.java
1
2
3
4
5
6
7
8
9
10
package com.moral.service;
import java.util.List;
import com.moral.entity.Channel;
public interface ChannelService {
List<Channel> getChannelList(String channelName);
}