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/DownloadTileEntity.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/ctrl/DownloadTileEntity.java b/src/main/java/com/lf/server/entity/ctrl/DownloadTileEntity.java
index 1c37b12..660c653 100644
--- a/src/main/java/com/lf/server/entity/ctrl/DownloadTileEntity.java
+++ b/src/main/java/com/lf/server/entity/ctrl/DownloadTileEntity.java
@@ -1,5 +1,6 @@
 package com.lf.server.entity.ctrl;
 
+import com.lf.server.entity.all.AbstractPwdEntity;
 import com.lf.server.entity.all.StaticData;
 
 import java.io.Serializable;
@@ -8,7 +9,7 @@
  * 涓嬭浇鐡︾墖瀹炰綋绫�
  * @author WWW
  */
-public class DownloadTileEntity extends PwdEntity implements Serializable {
+public class DownloadTileEntity extends AbstractPwdEntity implements Serializable {
     private static final long serialVersionUID = -229710198271495902L;
 
     private Double xmin;

--
Gitblit v1.9.3