fix: 调整首页等问题
This commit is contained in:
@@ -18,6 +18,10 @@ export namespace CommentApi {
|
||||
content?: string; // 评论内容
|
||||
children?: Comment[]; // 子评论
|
||||
projectName?: string; // 项目名称
|
||||
status?: string;
|
||||
serialNo?: string;
|
||||
businessOwner?: string;
|
||||
technicalOwnerA?: string;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user