package commonus //公共变量 type SetId struct { Id int64 `json:"id"` OutId string `json:"outID"` } //批量ID type BatchId struct { Id []int64 `json:"id"` OutId string `json:"outID"` }