fix: user api

This commit is contained in:
email
2022-02-04 21:24:21 +08:00
parent 3fa918169e
commit 825bea59f0
9 changed files with 82 additions and 21 deletions

View File

@@ -25,6 +25,7 @@ type MemoPatch struct {
type MemoFind struct {
Id *int
CreatorId *int
RowStatus *string
}
type MemoDelete struct {