3136352472 5 years ago
parent
commit
5fd4f3b7de
  1. 6
      core.go

6
core.go

@ -23,9 +23,9 @@ type DateSlice struct {
} }
type TimeArrow struct { type TimeArrow struct {
Id int `json:"id"`
Group string `json:"group"`
Type TimeArrowType `json:"type"`
TimeArrowId int `json:"time_arrow_id"`
Group string `json:"group"`
Type TimeArrowType `json:"type"`
//可选 //可选
DayOfWeek []int `json:"day_of_week"` DayOfWeek []int `json:"day_of_week"`
DayOfMonth []int `json:"day_of_month"` DayOfMonth []int `json:"day_of_month"`

Loading…
Cancel
Save