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/show/ExportEntity.java |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/show/ExportEntity.java b/src/main/java/com/lf/server/entity/show/ExportEntity.java
index e11da12..e1e410d 100644
--- a/src/main/java/com/lf/server/entity/show/ExportEntity.java
+++ b/src/main/java/com/lf/server/entity/show/ExportEntity.java
@@ -1,16 +1,18 @@
 package com.lf.server.entity.show;
 
+import lombok.AllArgsConstructor;
+import lombok.NoArgsConstructor;
+
 import java.io.Serializable;
 
 /**
  * 鍦ㄧ嚎鍒跺浘
  * @author WWW
  */
+@AllArgsConstructor
+@NoArgsConstructor
 public class ExportEntity implements Serializable {
     private static final long serialVersionUID = -2104359582441796685L;
-
-    private ExportEntity() {
-    }
 
     private String token;
 

--
Gitblit v1.9.3