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

com.admin4j.common.pojo.IResponse Maven / Gradle / Ivy

package com.admin4j.common.pojo;

/**
 * @author andanyang
 * @since 2021/7/29 16:18
 */
public interface IResponse {
    /**
     * 返回码
     *
     * @return int
     */
    int getCode();

    /**
     * 返回消息
     *
     * @return String
     */
    String getMsg();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy