package org.dbsyncer.web.remote; public interface UserService { /** * 远程调用接口 * @param params * @return */ String hello(String params); }