From 1d79c47f684bbd3a1f2ac132855ed8d6845b0b4a Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Wed, 27 Oct 2021 22:32:49 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E7=BA=BF=E7=A8=8B=E6=B1=A0=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E5=88=97=E8=A1=A8=E6=B7=BB=E5=8A=A0=E6=8B=92=E7=BB=9D?= =?UTF-8?q?=E7=AD=96=E7=95=A5=E5=AD=97=E6=AE=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../config/model/biz/threadpool/ThreadPoolRespDTO.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/src/main/java/com/github/dynamic/threadpool/config/model/biz/threadpool/ThreadPoolRespDTO.java b/config/src/main/java/com/github/dynamic/threadpool/config/model/biz/threadpool/ThreadPoolRespDTO.java index b9ab7edc..12f416cc 100644 --- a/config/src/main/java/com/github/dynamic/threadpool/config/model/biz/threadpool/ThreadPoolRespDTO.java +++ b/config/src/main/java/com/github/dynamic/threadpool/config/model/biz/threadpool/ThreadPoolRespDTO.java @@ -49,6 +49,11 @@ public class ThreadPoolRespDTO { */ private Integer queueType; + /** + * queueName + */ + private String queueName; + /** * capacity */ @@ -74,6 +79,11 @@ public class ThreadPoolRespDTO { */ private Integer livenessAlarm; + /** + * rejectedType + */ + private Integer rejectedType; + /** * gmtCreate */