| | |
| | | declare interface RoomStateType { |
| | | roomData: Array<RoomType> |
| | | memberList: Array<any> |
| | | typeList: Array<any> |
| | | searchQuery: { |
| | | pageIndex: number, |
| | | pageSize: number, |
| | |
| | | siteName: string, |
| | | floor: string, |
| | | room: string, |
| | | siteLiabilityPersonId: number | null, |
| | | safeLiabilityPersonId: number | null, |
| | | fireFacilities: number | null, |
| | | partitionStatus: number | null, |
| | | siteTypeId: number | null |
| | | } |
| | | |
| | | declare interface Type { |
| | |
| | | siteName: string, |
| | | floor: string, |
| | | room: string, |
| | | siteLiabilityPersonId: number | null, |
| | | safeLiabilityPersonId: number | null, |
| | | fireFacilities: number | null, |
| | | partitionStatus: number | null, |
| | | siteTypeId: number | null |
| | | }, |
| | | roomFormRules: { |
| | | |