From 5dafcf7c294eaee166683d4c19953c3153c60dc9 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 11 十一月 2022 13:59:20 +0800 Subject: [PATCH] 1 --- 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