From 881957adc051ee63bcdc98ebcb0b04a5e1cf802a Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 21 八月 2023 15:17:47 +0800
Subject: [PATCH] okhttp 连接后close

---
 src/main/java/com/zy/core/properties/SlaveProperties.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/core/properties/SlaveProperties.java b/src/main/java/com/zy/core/properties/SlaveProperties.java
index 4d026aa..b905e0b 100644
--- a/src/main/java/com/zy/core/properties/SlaveProperties.java
+++ b/src/main/java/com/zy/core/properties/SlaveProperties.java
@@ -41,4 +41,6 @@
 
     private List<ShuttleSlave> shuttle = new ArrayList<>();
 
+    private List<LiftSlave> lift = new ArrayList<>();
+
 }

--
Gitblit v1.9.1