feat: collection model

This commit is contained in:
archer
2023-04-28 13:10:12 +08:00
parent 08ae4073bd
commit 5b9185159d
15 changed files with 286 additions and 86 deletions

View File

@@ -26,4 +26,5 @@ export interface ShareModelItem {
name: string;
userId: string;
share: ModelSchema['share'];
isCollection: boolean;
}