From eb40365c9cffb2269fd3cbd31b050c33455bc84a Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 13 十一月 2024 17:44:08 +0800
Subject: [PATCH] 1

---
 src/main/java/com/moon/server/entity/shujian/CreateServiceEntity.java |   38 ++++----------------------------------
 1 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/src/main/java/com/moon/server/entity/shujian/CreateServiceEntity.java b/src/main/java/com/moon/server/entity/shujian/CreateServiceEntity.java
index 2cc1aea..a6ae64b 100644
--- a/src/main/java/com/moon/server/entity/shujian/CreateServiceEntity.java
+++ b/src/main/java/com/moon/server/entity/shujian/CreateServiceEntity.java
@@ -4,28 +4,17 @@
 import java.util.ArrayList;
 import java.util.List;
 
-/**
- * 鏁扮畝.鍒涘缓鏈嶅姟绫�
- * @author WWW
- * @date 2023-08-30
- */
 @SuppressWarnings("AlibabaLowerCamelCaseVariableNaming")
 public class CreateServiceEntity implements Serializable {
     private static final long serialVersionUID = -8206178340920271085L;
 
-    /**
-     * 鍥惧眰id鏁扮粍
-     */
     private List<Integer> layer_list;
 
-    /**
-     * 鏈嶅姟淇℃伅
-     */
     private Services service;
 
     public CreateServiceEntity() {
-        service = new Services();
-        layer_list = new ArrayList<>();
+        this.service = new Services();
+        this.layer_list = new ArrayList<>();
     }
 
     public List<Integer> getLayer_list() {
@@ -44,13 +33,7 @@
         this.service = service;
     }
 
-    /**
-     * 鏈嶅姟淇℃伅
-     */
     public class Services {
-        /**
-         * 鏈嶅姟鍚�7
-         */
         private String name;
 
         /**
@@ -109,7 +92,6 @@
         private Config config;
 
         public Services() {
-            config = new Config();
         }
 
         public String getName() {
@@ -209,17 +191,11 @@
         }
     }
 
-    /**
-     * 閰嶇疆
-     */
     public class Config {
-        /**
-         * 姘村嵃
-         */
         private Watermark watermark;
 
         public Config() {
-            watermark = new Watermark();
+            this.watermark = new Watermark();
         }
 
         public Watermark getWatermark() {
@@ -231,17 +207,11 @@
         }
     }
 
-    /**
-     * 姘村嵃
-     */
     public class Watermark {
-        /**
-         * 姘村嵃鐨刬d鍙�
-         */
         private String watermark_id;
 
         public Watermark() {
-            watermark_id = "";
+            this.watermark_id = "";
         }
 
         public String getWatermark_id() {

--
Gitblit v1.9.3