wangting
2024-04-16 0c38987f747be590af21e3d4c9700401c04fc347
1
2
3
4
5
6
package com.vci.server.framework.interfac;
 
public interface SingleLogonInterface {
 
    boolean verifyUserExist(String userName, String password) throws Throwable;
}