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