From c7f3fd5215399b37d0511b3bd555150ff1b13507 Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期一, 29 四月 2024 10:39:30 +0800
Subject: [PATCH] fix:回退原先版本

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

diff --git a/src/api/task.ts b/src/api/task.ts
index ca0ee32..a475293 100644
--- a/src/api/task.ts
+++ b/src/api/task.ts
@@ -73,6 +73,7 @@
   CurrentProcedureIndex: number
   CanStarted: boolean
   ProcedureModel: ProcedureModel
+  ShowCheck: boolean
 }
 export interface Material {
   materialId: string

--
Gitblit v1.8.0