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

/**
 * @author author
 */
public class ApiResultHelper extends BaseHelper {

    private static final long serialVersionUID = 3576609348410102245L;

    private String resCode;

    private String resDesc;

    public ApiResultHelper(String var1) {
        this.resCode = var1;
    }

    public ApiResultHelper(String var1, String var2) {
        this.resCode = var1;
        this.resDesc = var2;
    }

    public String getResDesc() {
        return this.resDesc != null && !"".equals(this.resDesc) ? this.resDesc : ResCodeMessage.getMessageDesc(this.resCode);
    }

    public String getResCode() {
        return this.resCode;
    }

    public void setResCode(String var1) {
        this.resCode = var1;
    }

    public void setResDesc(String var1) {
        this.resDesc = var1;
    }

}
最近下载更多
pxqtsht  LV16 9月4日
shuangfu  LV25 2023年10月25日
xp95323  LV14 2023年5月23日
Oxygeni  LV6 2023年4月26日
sunlzh888888  LV29 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日
最近浏览更多
pxqtsht  LV16 9月4日
TY0165  LV20 6月17日
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日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友