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

com.gomcarter.frameworks.dubbo.demo.DemoApi Maven / Gradle / Ivy

There is a newer version: 2.0.10
Show newest version
package com.gomcarter.frameworks.dubbo.demo;

/**
 * @author gomcarter
 */
public interface DemoApi {
    /**
     * @param id id
     * @return DemoDto
     */
    DemoDto getById(Integer id);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy