工业级运维app手机api
沈斌
2017-10-25 d072cf840b6e6d3afeac21a02050455b05744000
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);
 
}