feat: 异步解析大文件WPS报备资料
This commit is contained in:
@@ -1395,6 +1395,11 @@ model ReportMaterialImportBatch {
|
||||
fileName String
|
||||
reportType String
|
||||
status String @default("analyzed")
|
||||
progress Int @default(100)
|
||||
progressStage String?
|
||||
errorMessage String?
|
||||
startedAt DateTime?
|
||||
heartbeatAt DateTime?
|
||||
sheetName String
|
||||
headerRowCount Int @default(1)
|
||||
dataStartRow Int @default(2)
|
||||
@@ -1413,6 +1418,7 @@ model ReportMaterialImportBatch {
|
||||
|
||||
@@index([tenantId, createdAt])
|
||||
@@index([status, createdAt])
|
||||
@@index([status, heartbeatAt])
|
||||
}
|
||||
|
||||
model ReportMaterialImportItem {
|
||||
|
||||
Reference in New Issue
Block a user