田源
2024-03-26 926d1a1a4f06271cb39de001d74c68832fc004c7
1
2
3
4
5
6
package com.vci.server.framework.interfac;
 
public interface SingleLogonInterface {
 
    boolean verifyUserExist(String userName, String password) throws Throwable;
}