You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
689 B

4 months ago
// =================================================================================
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// GameShopLog is the golang structure for table game_shop_log.
type GameShopLog struct {
Id int64 `json:"id" description:""`
Uid int64 `json:"uid" description:""`
ItemId int `json:"itemId" description:""`
Num int `json:"num" description:""`
Price int `json:"price" description:"价格"`
CDate *gtime.Time `json:"cDate" description:""`
}