export interface IList { id: string // id,更新/删除使用参数 equipmentId: string // 配套设备id params: string // 核查项目(字典value) itemCategoryId?: string // 核查项分类id(能够确定是哪个标准装置) }