package model type HistoryModel struct { BaseModel UserId uint ItemId uint Count int }