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

one.edee.babylon.export.dto.ExportResult Maven / Gradle / Ivy

package one.edee.babylon.export.dto;

import lombok.Data;

import java.util.List;

@Data
public class ExportResult {

    private final Iterable pathsOfNewMsgFiles;

    private final List sheets;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy