game_sync/model/thirteen.go

10 lines
179 B
Go

package model
type ThirteenAutoLog struct {
Id string
LogId string
SnId int32
AutoTime int64 // 自动时长,毫秒
HandTime int64 // 手动时长,毫秒
}