package jnpf.model.documentpreview; import lombok.Data; @Data public class FileInfoVO { private String fileName; private String filePath; }