add batch add ab from peer and up my

This commit is contained in:
lejianwen
2024-12-13 16:27:12 +08:00
parent 2d6f0a116a
commit fdd841e82a
4 changed files with 79 additions and 14 deletions
+1
View File
@@ -127,6 +127,7 @@ type BatchCreateFromPeersForm struct {
CollectionId uint `json:"collection_id"`
PeerIds []uint `json:"peer_ids"`
Tags []string `json:"tags"`
UserId uint `json:"user_id"`
}
type BatchUpdateTagsForm struct {
RowIds []uint `json:"row_ids"`