|
@ -23,7 +23,7 @@ type DateSlice struct { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type TimeArrow struct { |
|
|
type TimeArrow struct { |
|
|
Id int `json:"id"` |
|
|
|
|
|
|
|
|
TimeArrowId int `json:"time_arrow_id"` |
|
|
Group string `json:"group"` |
|
|
Group string `json:"group"` |
|
|
Type TimeArrowType `json:"type"` |
|
|
Type TimeArrowType `json:"type"` |
|
|
//可选
|
|
|
//可选
|
|
|