mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
Tag market (#835)
This commit is contained in:
@@ -10,5 +10,5 @@ public class TagDeleteReq {
|
||||
|
||||
private List<Long> ids;
|
||||
private List<Long> itemIds;
|
||||
private TagDefineType type;
|
||||
private TagDefineType tagDefineType;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user