mirror of http://gitlab.batiao8.com/yic/film.git
12 lines
171 B
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
|
||
|
}
|