package model type Nowcar struct { Id int64 Day string ShopName string Workstation string StartTime int64 EndTime int64 Amount int64 }