dashboard
repositories
filestore
activity
search
login
main
/
task
工业级运维app手机api
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
修正
fengxiang
2017-10-25
dbc28ad9f10a7e4ae3d1c837f721b168343e961e
[task.git]
/
src
/
main
/
java
/
com
/
moral
/
monitor
/
service
/
ScreenService.java
1
2
3
4
5
6
7
8
9
10
11
package com.moral.monitor.service;
import java.util.List;
import com.moral.monitor.entity.AccountEntity;
public interface ScreenService {
List<AccountEntity> getAccountLists(String account, String password);
}