film/model/ddf.go

12 lines
171 B
Go

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