diff --git a/kernel/av/av.go b/kernel/av/av.go index 640cc4989..24066d4af 100644 --- a/kernel/av/av.go +++ b/kernel/av/av.go @@ -182,8 +182,9 @@ func Round(val float64, precision int) float64 { } type ValueDate struct { - Content int64 `json:"content"` - Content2 int64 `json:"content2"` + Content int64 `json:"content"` + Content2 int64 `json:"content2"` + HasEndDate bool `json:"hasEndDate"` } type ValueSelect struct {