feat:更新朋友圈功能
This commit is contained in:
@@ -88,9 +88,11 @@ export interface IComment {
|
||||
|
||||
export interface IMoment {
|
||||
id?: number;
|
||||
userId?: number;
|
||||
username?: string;
|
||||
avatar?: string;
|
||||
content: string;
|
||||
imageList: string[];
|
||||
date?: string;
|
||||
commentList?: IComment[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user