test_data/request/chart.selection.go

10 lines
220 B
Go

package request
type ChartSelection struct {
StartDate string `json:"start_date"`
EndDate string `json:"end_date"`
Product string `json:"product"`
Lot string `json:"lot"`
Step string `json:"step"`
}