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