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

io.gitee.huangguiming.Imcode.responses.IMBashResponse Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package io.gitee.huangguiming.Imcode.responses;

import lombok.Data;

/**
 * 通用响应体
 */
@Data
public class IMBashResponse {

    private String ActionStatus;

    private String ErrorInfo;

    private Integer ErrorCode;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy