YiTao/model/history_model.go

9 lines
93 B
Go
Raw Normal View History

2025-01-12 13:50:43 +08:00
package model
type HistoryModel struct {
BaseModel
UserId uint
ItemId uint
Count int
}