reface to openteam
This commit is contained in:
6
internal/dto/batch.go
Normal file
6
internal/dto/batch.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package dto
|
||||
|
||||
type BatchIDRequest struct {
|
||||
UserID *int64 `json:"user_id"`
|
||||
IDs []int64 `json:"ids" binding:"required"`
|
||||
}
|
||||
Reference in New Issue
Block a user