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