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