Tag market (#835)

This commit is contained in:
daikon
2024-03-20 11:35:47 +08:00
committed by GitHub
parent 6a403c6179
commit 69a76ffc04
14 changed files with 81 additions and 101 deletions

View File

@@ -10,5 +10,5 @@ public class TagDeleteReq {
private List<Long> ids;
private List<Long> itemIds;
private TagDefineType type;
private TagDefineType tagDefineType;
}

View File

@@ -1,11 +1,12 @@
package com.tencent.supersonic.headless.api.pojo.response;
import com.tencent.supersonic.common.pojo.RecordInfo;
import lombok.Data;
import lombok.ToString;
@Data
@ToString(callSuper = true)
public class TagResp {
public class TagResp extends RecordInfo {
private Long id;