top.cutexingluo.tools.common.base.IResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xingtools-core Show documentation
Show all versions of xingtools-core Show documentation
xingtools 核心,包括各种接口,实体类和工具类
package top.cutexingluo.tools.common.base;
/**
* 综合接口,拥有 msg , code , data 的所有get方法
* IResult 接口
* * 返回数据接口
*
* @author XingTian
* @version 1.0.0
* @date 2023/7/13 20:34
*/
public interface IResult extends IResultData {
T getData();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy