田源
2024-11-14 8835c9e1dec836d6d8159e78b9df12ad6402ad98
1
2
3
4
5
6
package com.vci.server.framework.interfac;
 
public interface SingleLogonInterface {
 
    boolean verifyUserExist(String userName, String password) throws Throwable;
}