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