(improvement)(Headless) Support parsing description information and aggregation methods in the map phase. (#969)

This commit is contained in:
lexluo09
2024-05-09 14:07:27 +08:00
committed by GitHub
parent b122053e98
commit 9de188ae7e
2 changed files with 7 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ public class SchemaElement implements Serializable {
private String dataFormatType;
private double order;
private int isTag;
private String description;
@Override
public boolean equals(Object o) {