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