package command

type BatchDeletePositionCommand struct {
	Ids []int64 `json:"ids"`
}