Newer
Older
xc-business-system / src / views / equipement / standard / book / components / config / seventeenth / seventeenth-interface.ts
dutingting on 12 Apr 2024 243 bytes 设备收发、交接单新需求
export interface IList {
  id: string //	id,更新/删除使用参数
  equipmentId: string //	配套设备id
  params: string //	核查项目(字典value)
  itemCategoryId?: string //	核查项分类id(能够确定是哪个标准装置)

}