top.cutexingluo.tools.common.base.IData 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;
/**
* 得到数据
*
* @author XingTian
* @version 1.0.0
* @date 2023/12/10 17:41
* @since 1.0.3
*/
public interface IData {
V data();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy