|
@ -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"` |
|
|