🎨 Update av

This commit is contained in:
Daniel 2023-08-01 21:00:57 +08:00
parent 9f27665804
commit 6a31d345ed
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 26 additions and 24 deletions

View file

@ -172,8 +172,10 @@ func (number *ValueNumber) FormatNumber() {
type ValueDate struct {
Content int64 `json:"content"`
Content2 int64 `json:"content2"`
IsNotEmpty bool `json:"isNotEmpty"`
HasEndDate bool `json:"hasEndDate"`
Content2 int64 `json:"content2"`
IsNotEmpty2 bool `json:"isNotEmpty2"`
FormattedContent string `json:"formattedContent"`
}