wangting
2024-10-31 7460e238b4f433a3f24d7a20c58372a9989ec65e
1
2
3
4
5
6
package com.vci.server.framework.interfac;
 
public interface SingleLogonInterface {
 
    boolean verifyUserExist(String userName, String password) throws Throwable;
}