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

com.qbit.service.dto.data.ContentOutput Maven / Gradle / Ivy

package com.qbit.service.dto.data;

import lombok.Data;

import java.io.Serializable;

/**
 * @author klover
 * description 返回
 * date 2022/10/14 13:35
 */
@Data
public class ContentOutput implements Serializable {
    private Integer code;
    private String message;
    private Object data;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy