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

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

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

/**
 * 

综合接口, 拥有 msg , code 的get和set方法

* IResultDataSource 提供 set方法 *

* 设置数据接口

* * @author XingTian * @version 1.0.0 * @date 2023/7/14 20:00 */ public interface IResultDataSource extends IResultData { IResultDataSource setCode(C code); IResultDataSource setMsg(String msg); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy