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

top.cutexingluo.tools.common.base.IData Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
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