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

cn.afterturn.easypoi.wps.entity.resreq.WpsFileHistoryResponse 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.WpsFileHistoryEntity;

import java.io.Serializable;
import java.util.List;

/**
 * @author jueyue on 20-5-8.
 */
public class WpsFileHistoryResponse extends WpsResponse implements Serializable {

    private List histories;

    public List getHistories() {
        return histories;
    }

    public void setHistories(List histories) {
        this.histories = histories;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy