[improvement](headless) add queryTag for tagMarket (#772)

This commit is contained in:
daikon
2024-02-27 20:34:00 +08:00
committed by GitHub
parent eadbdc4e30
commit 78d724ea83
7 changed files with 118 additions and 6 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;