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