REQ-3654: query查询接口添加参数控制是否过滤key/value
This commit is contained in:
parent
49b64ad11a
commit
9a32996b93
@ -78,6 +78,16 @@ public class PendingMessageQueryRequest implements ClientRequest, Serializable {
|
||||
|
||||
private Integer modelVersion;
|
||||
|
||||
/**
|
||||
* 是否根据配置'是否显示在卡片上'过滤key/value
|
||||
*/
|
||||
private boolean isKeyValueDisplayOnCardAware = false;
|
||||
|
||||
/**
|
||||
* 是否根据配置'是否显示在卡片上'过滤按钮
|
||||
*/
|
||||
private boolean isButtonDisplayOnCardAware = false;
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return JSON.toJSONString(this);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user