任务执行1-19
This commit is contained in:
@@ -35,6 +35,7 @@ export interface Document {
|
||||
tags: string
|
||||
attachments: string | null
|
||||
related_docs: string | null
|
||||
detection_point_ids: string | null
|
||||
metadata: string | null
|
||||
keywords: string
|
||||
remarks: string
|
||||
@@ -66,6 +67,7 @@ export interface CreateDocumentParams {
|
||||
sub_category?: string
|
||||
keywords?: string
|
||||
tags?: string
|
||||
detection_point_ids?: string
|
||||
remarks?: string
|
||||
}
|
||||
|
||||
@@ -80,6 +82,7 @@ export interface UpdateDocumentParams {
|
||||
sub_category?: string
|
||||
keywords?: string
|
||||
tags?: string
|
||||
detection_point_ids?: string
|
||||
remarks?: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user