package change import "Wine-Server/utils/tables" type queryParam struct { Cond string `json:"cond"` Deal int `json:"deal"` Page int `json:"page"` Limit int `json:"limit"` } type assignParam struct { Id uint32 `json:"id"` Worker string `json:"worker"` Old [4]tables.WineWithIdRemain `json:"old"` New [4]tables.WineWithIdRemain `json:"new"` }