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