添加后端评论的管理页面
This commit is contained in:
@@ -360,3 +360,14 @@ export interface CreateMessage {
|
||||
submission: string
|
||||
message: string
|
||||
}
|
||||
|
||||
export interface Comment {
|
||||
id: number
|
||||
problem: string
|
||||
submission: string
|
||||
content: string
|
||||
description_rating: 1 | 2 | 3 | 4 | 5
|
||||
difficulty_rating: 1 | 2 | 3 | 4 | 5
|
||||
comprehensive_rating: 1 | 2 | 3 | 4 | 5
|
||||
create_time: Date
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user