mirror of https://github.com/longtai-cn/hippo4j
parent
09aa3f2e53
commit
ca42e2b522
@ -0,0 +1,29 @@
|
||||
package com.github.dynamic.threadpool.config.model.biz.threadpool;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* ThreadPool del req dto.
|
||||
*
|
||||
* @author chen.ma
|
||||
* @date 2021/11/11 21:40
|
||||
*/
|
||||
@Data
|
||||
public class ThreadPoolDelReqDTO {
|
||||
|
||||
/**
|
||||
* tenantId
|
||||
*/
|
||||
private String tenantId;
|
||||
|
||||
/**
|
||||
* itemId
|
||||
*/
|
||||
private String itemId;
|
||||
|
||||
/**
|
||||
* tpId
|
||||
*/
|
||||
private String tpId;
|
||||
|
||||
}
|
Loading…
Reference in new issue