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