From b4a603e7e1c123195f5515aa7c3b247e1784fb76 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 24 一月 2024 14:53:00 +0800
Subject: [PATCH] 1

---
 src/api/reporting.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/api/reporting.ts b/src/api/reporting.ts
index a13dc3e..f00e8a6 100644
--- a/src/api/reporting.ts
+++ b/src/api/reporting.ts
@@ -1,6 +1,7 @@
 // 鎶ュ伐璁板綍
 export interface ReportingRecord {
   ID: number
+  barCode: string
   CreatedAt: string
   UpdatedAt: string
   DeletedAt: string
@@ -16,4 +17,6 @@
   finishAmount: number
   workerID: string
   workerName: string
+  /** 宸ユ椂, 鍗曚綅绉�  */
+  workerTime: number
 }

--
Gitblit v1.8.0