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

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

There is a newer version: 1.1.6
Show newest version
package top.cutexingluo.tools.common.base;


/**
 * message 字符串单接口
 * 

* 返回数据接口

* * @author XingTian * @version 1.0.0 * @date 2023/7/13 20:33 */ @FunctionalInterface public interface IR { String getMsg(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy