From 61e7dea6a5c2a2fa77c8f0201f160b9ec615e49a Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 22 四月 2022 15:44:32 +0800 Subject: [PATCH] # --- src/main/java/com/zy/common/entity/Parameter.java | 18 ++++-------------- 1 files changed, 4 insertions(+), 14 deletions(-) diff --git a/src/main/java/com/zy/common/entity/Parameter.java b/src/main/java/com/zy/common/entity/Parameter.java index 91e7c65..0eb52b5 100644 --- a/src/main/java/com/zy/common/entity/Parameter.java +++ b/src/main/java/com/zy/common/entity/Parameter.java @@ -6,6 +6,7 @@ import com.zy.system.service.ConfigService; import com.core.common.Cools; import com.core.common.SpringUtils; +import lombok.Data; import java.util.HashMap; import java.util.List; @@ -14,6 +15,7 @@ /** * 鍩虹閰嶇疆涓績銆傚彲閫氳繃鍒锋柊鎸囧畾鎺ュ彛鍒锋柊鐩稿叧閰嶇疆 */ +@Data public class Parameter { private volatile static Parameter instance = null; @@ -52,22 +54,10 @@ // 楠岃瘉鐮佸紑鍏� private String codeSwitch; - public String getCodeSwitch() { - return codeSwitch; - } - - public void setCodeSwitch(String codeSwitch) { - this.codeSwitch = codeSwitch; - } - // 搴撲綅鍒濆鍖栧彛浠� private String locMastInitPwd; - public String getLocMastInitPwd() { - return locMastInitPwd; - } + // 鎵撳寘涓嬬嚎 + private String packDown; - public void setLocMastInitPwd(String locMastInitPwd) { - this.locMastInitPwd = locMastInitPwd; - } } -- Gitblit v1.9.1