All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zodiac.mybatisplus.binding.binder.remote.RemoteBindingProvider Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.mybatisplus.binding.binder.remote;

import org.springframework.web.bind.annotation.PostMapping;
import org.zodiac.commons.api.R;

/**
 * 远程绑定Provider接口。
 * 
 */
public interface RemoteBindingProvider {

    /**
     * 加载请求数据。
     * 
     * @param remoteBindDTO 绑定DTO
     * @return 结果
     */
    @PostMapping(path = {"/common/remoteBinding", "/common/remote-binding", "/common/remote_binding", "/common/remote/binding", "/_c/_rb", "/_c/_r/_b"})
    R loadBindingData(RemoteBindDTO remoteBindDTO);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy