REQ-3046: a lot of staff

This commit is contained in:
yanglin 2024-10-17 15:28:49 +08:00
parent 688b145110
commit 7d95b3efa2

View File

@ -27,9 +27,8 @@ public class ParsedGroupInfo {
private DetailConfig detail;
/**
* key/value的列表
* 用于debug, 前端忽略
*/
@JsonIgnore @JSONField(serialize = false)
private List<ParsedKV> keyValuesForDebug = new ArrayList<>();
public void removeEmptyValues() {