From df9b5941f4e4f59f56b3234942f810f83c99b501 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 25 五月 2023 16:33:54 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/entity/ctrl/DownloadReqEntity.java |   14 +++-----------
 1 files changed, 3 insertions(+), 11 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 b76e610..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,10 +9,8 @@
  * 璇锋眰涓嬭浇瀹炰綋绫�
  * @author WWW
  */
-public class DownloadReqEntity implements Serializable {
+public class DownloadReqEntity extends AbstractPwdEntity implements Serializable {
     private static final long serialVersionUID = -8624235184539814997L;
-
-    private String pwd;
 
     private String guid;
 
@@ -37,14 +37,6 @@
     private String dirs;
 
     public DownloadReqEntity() {
-    }
-
-    public String getPwd() {
-        return pwd;
-    }
-
-    public void setPwd(String pwd) {
-        this.pwd = pwd;
     }
 
     public String getGuid() {

--
Gitblit v1.9.3