This commit is contained in:
zc
2026-03-09 20:34:20 +08:00
parent 2bf7b6872a
commit 3f8b6e4695
6 changed files with 187 additions and 89 deletions

View File

@@ -18,6 +18,7 @@ export interface WorkOrderResp {
updateUserString: string
matchResult: string
workOrderInfos: Array<WorkOrderInfoResp>
qrCodeData: string
}
export interface WorkOrderInfoResp {