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

net.wicp.tams.component.assistbean.FilesBean Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package net.wicp.tams.component.assistbean;

import lombok.Data;

@Data
public class FilesBean {
  private String fileName;
  private String path;
  private String downLink;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy