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

cn.afterturn.easypoi.wps.entity.resreq.WpsFileResponse Maven / Gradle / Ivy

There is a newer version: 3.0.0-M4
Show newest version
package cn.afterturn.easypoi.wps.entity.resreq;

import cn.afterturn.easypoi.wps.entity.WpsFileEntity;
import cn.afterturn.easypoi.wps.entity.WpsUserEntity;
import lombok.Data;

import java.io.Serializable;

/**
 * 获取文件返回对象
 *
 * @author jueyue on 20-5-8.
 */
@Data
public class WpsFileResponse extends WpsResponse implements Serializable {

    private WpsFileEntity file;

    private WpsUserEntity user = new WpsUserEntity();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy