feature: 线程池分页列表添加拒绝策略字段.

pull/161/head
chen.ma 3 years ago
parent d4370edaf6
commit 1d79c47f68

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

Loading…
Cancel
Save