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