java.lang.Object
io.github.mangocrisp.spring.taybct.admin.file.poi.exp.SysFileExpVO
所有已实现的接口:
Serializable

public class SysFileExpVO extends Object implements Serializable
 文件管理下载对象
 
从以下版本开始:
2024-09-01 21:20:40
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • id

      private Long id
      主键
    • path

      private String path
      文件名(路径)
    • uploadTime

      @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") private LocalDateTime uploadTime
      上传时间
    • uploadUser

      private Long uploadUser
      上传人
    • updateTime

      @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") private LocalDateTime updateTime
      更新时间
    • linked

      private Integer linked
      是否在使用中
    • linkedTable

      private String linkedTable
      关联的表
    • linkedTableId

      private Long linkedTableId
      关联的表的 id
    • isDeleted

      private Integer isDeleted
      是否已删除
    • manageType

      private String manageType
      文件管理服务器类型(local,oss,fdfs,minio)
    • fileType

      private String fileType
      文件类型
    • updateUser

      private Long updateUser
      更新人
  • 构造器详细资料

    • SysFileExpVO

      public SysFileExpVO()