feat: support order by time asc

This commit is contained in:
Steven
2024-07-31 23:34:00 +08:00
parent ea70dd85bf
commit 07667257d5
5 changed files with 37 additions and 15 deletions

View File

@@ -80,6 +80,8 @@ type FindMemo struct {
Offset *int
OrderByUpdatedTs bool
OrderByPinned bool
OrderByTimeAsc bool
}
type FindMemoPayload struct {