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 */