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