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