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

top.isopen.commons.springboot.bean.BaseResponse Maven / Gradle / Ivy

There is a newer version: 1.2.8
Show newest version
package top.isopen.commons.springboot.bean;

import lombok.Data;
import lombok.NoArgsConstructor;

import java.io.Serializable;

/**
 * 基础响应体
 *
 * @author TimeChaser
 * @version 1.0
 * @since 2023/5/10 16:15
 */
@Data
@NoArgsConstructor
public class BaseResponse implements Serializable {

    private static final long serialVersionUID = -37040625864832676L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy