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

com.power.common.interfaces.IMessage Maven / Gradle / Ivy

There is a newer version: 2.2.3
Show newest version
package com.power.common.interfaces;

/**
 * @author yu 2018/12/12.
 */
public interface IMessage {

    /**
     * 响应码
     * @return
     */
    String getCode();

    /**
     * 获取响应信息
     * @return
     */
    String getMessage();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy