From ae3ca6829a5bae6088b6f6a005377f11fee03df8 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 31 十月 2022 17:17:37 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/entity/ctrl/FileInfoEntity.java |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/ctrl/FileInfoEntity.java b/src/main/java/com/lf/server/entity/ctrl/FileInfoEntity.java
index c0bf1cb..99cd5c2 100644
--- a/src/main/java/com/lf/server/entity/ctrl/FileInfoEntity.java
+++ b/src/main/java/com/lf/server/entity/ctrl/FileInfoEntity.java
@@ -1,10 +1,14 @@
 package com.lf.server.entity.ctrl;
 
+import java.io.Serializable;
+
 /**
  * 鏂囦欢淇℃伅
  * @author WWW
  */
-public class FileInfoEntity {
+public class FileInfoEntity implements Serializable {
+    private static final long serialVersionUID = -674723262772248619L;
+
     private String fileName;
 
     private Long size;

--
Gitblit v1.9.3