From 478a98d819fc7db033a1d0ed434695c792c394af Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期日, 23 四月 2023 14:38:14 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/entity/ctrl/DownloadReqEntity.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/ctrl/DownloadReqEntity.java b/src/main/java/com/lf/server/entity/ctrl/DownloadReqEntity.java
index 2546013..547300b 100644
--- a/src/main/java/com/lf/server/entity/ctrl/DownloadReqEntity.java
+++ b/src/main/java/com/lf/server/entity/ctrl/DownloadReqEntity.java
@@ -1,5 +1,7 @@
 package com.lf.server.entity.ctrl;
 
+import com.lf.server.entity.all.AbstractPwdEntity;
+
 import java.io.Serializable;
 import java.util.List;
 
@@ -7,7 +9,7 @@
  * 璇锋眰涓嬭浇瀹炰綋绫�
  * @author WWW
  */
-public class DownloadReqEntity extends PwdEntity implements Serializable {
+public class DownloadReqEntity extends AbstractPwdEntity implements Serializable {
     private static final long serialVersionUID = -8624235184539814997L;
 
     private String guid;

--
Gitblit v1.9.3