| | |
| | | explosionProof: string, |
| | | fireProof: string, |
| | | poisonProof: string, |
| | | hazardousWaste: null | number, |
| | | safeManagerMethod: string, |
| | | emergencyPlan: string, |
| | | emergencyDrill: string, |
| | | emergencyPlanName: string, |
| | | emergencyDrillStatus: string, |
| | | partitionCondition: string, |
| | | emergencyList: Array<emergencyListType>, |
| | | partitionCondition: null | number, |
| | | note: string, |
| | | startTime?: string, |
| | | createExperimentTime: string |
| | |
| | | stuffUnitList: Array<stuffType> |
| | | } |
| | | |
| | | declare interface SelectEmergencyType { |
| | | disabled: boolean |
| | | emergencyList: Array<emergencyListType> |
| | | } |
| | | |
| | | declare interface emergencyListType { |
| | | emergencyPlanName: string, |
| | | emergencyDrillStatus: string, |
| | | emergencyDrill: string, |
| | | emergencyPlan: string |
| | | } |
| | | |
| | | declare interface SelectRoomType { |
| | | disabled: boolean |
| | | roomList: Array<roomListType>, |
| | |
| | | stuffStorage: string, |
| | | stuffUnit: string |
| | | } |
| | | |
| | | |
| | | declare interface ApplyStartDialogType { |
| | | title: string, |