film/model/ddf.go

12 lines
171 B
Go
Raw Normal View History

2024-05-08 18:58:51 +08:00
package model
type Ddf struct {
Id int64
Day string
ShopName string
Workstation string
StartTime int64
EndTime int64
Amount int64
}