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