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