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

com.qbit.service.dto.Output Maven / Gradle / Ivy

package com.qbit.service.dto;

import com.qbit.service.dto.data.ContentOutput;
import lombok.Data;

import java.io.Serializable;

/**
 * @author klover
 * description 返回
 * date 2022/10/14 13:35
 */
@Data
public class Output implements Serializable {
    private int status;
    private ContentOutput content;
    private String reason;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy