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.

23 lines
734 B

// =================================================================================
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do
import (
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/os/gtime"
)
// GameActivityTime is the golang structure of table game_activity_time for DAO operations like Where/Data.
type GameActivityTime struct {
g.Meta `orm:"table:game_activity_time, do:true"`
Id interface{} //
PreviewTime *gtime.Time //
StartTime *gtime.Time //
EndTime *gtime.Time //
CloseTime *gtime.Time //
ServerId interface{} //
ConfigId interface{} //
Remark interface{} //
}