film/model/nowcar.go

10 lines
135 B
Go
Raw Normal View History

2024-04-27 23:12:44 +08:00
package model
type Nowcar struct {
Id int64
ShopName string
Workstation string
StartTime int64
EndTime int64
}