yuxc
2024-04-29 9b6b60729d8178399396e2670c0e7914a9746b59
1
2
3
4
5
6
package com.vci.server.framework.interfac;
 
public interface SingleLogonInterface {
 
    boolean verifyUserExist(String userName, String password) throws Throwable;
}