Your Name
2023-02-24 010e9476908b6f2041950b2e19f7c6d165adf0ea
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>
}