首页>代码>SpringBoot+Quartz动态定时任务>/SpringBootDynamicTask/src/main/java/com/simon/springbootdynamictask/common/ApiResultSimpleHelper.java
package com.simon.springbootdynamictask.common;

import com.fasterxml.jackson.annotation.JsonInclude;

/**
 * @author author
 */
@JsonInclude(JsonInclude.Include.ALWAYS)
public class ApiResultSimpleHelper<T> extends ApiResultHelper {

    private static final long serialVersionUID = -322702665364049413L;

    private T data;

    public ApiResultSimpleHelper(String varl) {
        super(varl);
        this.data = null;
    }

    public ApiResultSimpleHelper(String varl, T var2) {
        super(varl);
        this.data = var2;
    }

    public T getData() {
        return this.data;
    }

    public void setData(T var1) {
        this.data = var1;
    }
}
最近下载更多
shuangfu  LV25 2023年10月25日
xp95323  LV14 2023年5月23日
Oxygeni  LV4 2023年4月26日
sunlzh888888  LV28 2023年4月23日
我们都是小怪兽  LV3 2023年2月17日
Hachi6  LV13 2022年11月30日
Rommel  LV27 2022年11月27日
啦啦啦7719  LV15 2022年11月2日
1529860026  LV24 2022年10月10日
ewan007  LV29 2022年9月25日
最近浏览更多
Gaodaima  LV6 4月10日
zjjhzjb  LV14 3月20日
Gin19960217  LV4 1月19日
heanan 1月18日
暂无贡献等级
kkkxyh  LV13 2023年12月7日
内心向阳  LV4 2023年11月7日
shuangfu  LV25 2023年10月25日
graceful 2023年10月18日
暂无贡献等级
yuning1993  LV6 2023年9月19日
zh11332  LV11 2023年9月12日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友