This commit is contained in:
daikon
2024-02-29 10:42:03 +08:00
committed by GitHub
parent eba3a8ad34
commit 895f38b6f7
12 changed files with 158 additions and 16 deletions

View File

@@ -16,6 +16,10 @@ public class TagResp extends SchemaItem {
private String type;
private Boolean isCollect;
private boolean hasAdminRes;
private Map<String, Object> ext = new HashMap<>();
private TagDefineType tagDefineType = TagDefineType.FIELD;