From fee67ca8a0760315047a52fc4101a8f4f80b7a7f Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 11 十一月 2024 15:02:54 +0800
Subject: [PATCH] 1

---
 src/main/java/com/moon/server/entity/show/PipelineEntity.java |   34 +---------------------------------
 1 files changed, 1 insertions(+), 33 deletions(-)

diff --git a/src/main/java/com/moon/server/entity/show/PipelineEntity.java b/src/main/java/com/moon/server/entity/show/PipelineEntity.java
index 76e52d0..4302644 100644
--- a/src/main/java/com/moon/server/entity/show/PipelineEntity.java
+++ b/src/main/java/com/moon/server/entity/show/PipelineEntity.java
@@ -6,62 +6,30 @@
 import java.io.Serializable;
 import java.util.List;
 
-/**
- * 绠¢亾鍒嗘瀽瀹炰綋绫�
- *
- * @author xingjinshuang@smartearth.cn
- * @date 2022/12/26
- */
+@SuppressWarnings("ALL")
 public class PipelineEntity implements Serializable {
     private static final long serialVersionUID = 1L;
 
-    /**
-     * 琛ㄥ悕
-     */
     @JSONField(serialize = false)
     @JsonInclude(JsonInclude.Include.NON_NULL)
     private List<String> tabs;
 
-    /**
-     * 瀵嗙爜
-     */
     @JSONField(serialize = false)
     @JsonInclude(JsonInclude.Include.NON_NULL)
     private String pwd;
 
-    /**
-     * 涓婚敭ID
-     */
     private Integer gid;
 
-    /**
-     * 绠$嚎
-     */
     private String pipeName;
 
-    /**
-     * 绠℃
-     */
     private String segName;
 
-    /**
-     * 绌胯秺鍚嶇О
-     */
     private String acrossName;
 
-    /**
-     * 绌胯秺闀垮害
-     */
     private double acrossLength;
 
-    /**
-     * 澶囨敞
-     */
     private String remarks;
 
-    /**
-     * wkt
-     */
     private String wkt;
 
     public Integer getGid() {

--
Gitblit v1.9.3