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

com.hn.utils.weixin.ErrorCode Maven / Gradle / Ivy

There is a newer version: 1.0.18
Show newest version
package com.hn.utils.weixin;

import lombok.Data;

@Data
public class ErrorCode {

    public static final Integer SUCCESS_CODE = 1;

    /**
     * 错误码
     */
    private Integer errcode;
    /**
     * 错误信息
     */
    private String errmsg;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy