From ed8c7a5effd0d423ce1118b680ecdca6fe732609 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 02 七月 2025 16:43:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.11.205:9000/r/P2022036_Service

---
 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