chore: add time filter to timeline

This commit is contained in:
Steven
2024-01-18 14:30:20 +08:00
parent 7de3de5610
commit d426f89cf0
7 changed files with 88 additions and 27 deletions

View File

@ -54,6 +54,8 @@ type FindMemo struct {
CreatorID *int32
CreatedTsAfter *int64
CreatedTsBefore *int64
UpdatedTsAfter *int64
UpdatedTsBefore *int64
// Domain specific fields
ContentSearch []string