From 010e9476908b6f2041950b2e19f7c6d165adf0ea Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期五, 24 二月 2023 17:20:57 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/scienceexperimentweb

---
 src/views/experiment/project/index.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/views/experiment/project/index.ts b/src/views/experiment/project/index.ts
index c06feb7..6ec1f48 100644
--- a/src/views/experiment/project/index.ts
+++ b/src/views/experiment/project/index.ts
@@ -16,7 +16,9 @@
 declare interface ProjectType {
 	id?: number | null,
 	experimentCode: string,
+	experimentName: string,
 }
+
 
 declare interface Type {
 	id: number,
@@ -64,6 +66,7 @@
 
 	},
 	allPersonList: Array<AllPersonListType>
+	systemPersonList: Array<SystemPersonType>
 	allRoomList: Array<RoomType>
 }
 

--
Gitblit v1.9.2