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