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