| | |
| | | /** |
| | | * |
| | | */ |
| | | equId: number | string; |
| | | equId?: number | string; |
| | | |
| | | /** |
| | | * 资产编号 |
| | | */ |
| | | assetNo: string; |
| | | assetNo?: string; |
| | | /** |
| | | * 设备编码 |
| | | */ |
| | | equCode: string; |
| | | equCode?: string; |
| | | |
| | | /** |
| | | * 设备名称 |
| | | |
| | | */ |
| | | equName: string; |
| | | equName?: string; |
| | | /** |
| | | * 设备类型 |
| | | |
| | | */ |
| | | equTypeName: string; |
| | | equTypeName?: string; |
| | | |
| | | /** |
| | | * 型号 |
| | | */ |
| | | modelNo: string; |
| | | modelNo?: string; |
| | | |
| | | /** |
| | | * 制造商 |
| | | */ |
| | | madeIn: string; |
| | | madeIn?: string; |
| | | |
| | | /** |
| | | * 额度功率 |
| | | */ |
| | | ratedPower: number; |
| | | ratedPower?: number; |
| | | |
| | | /** |
| | | * 铭牌信息 |
| | | */ |
| | | plateInfo: string; |
| | | plateInfo?: string; |
| | | |
| | | /** |
| | | * 采购日期 |
| | | */ |
| | | purchaseDate: string; |
| | | purchaseDate?: string; |
| | | |
| | | /** |
| | | * 状态 |
| | | */ |
| | | status: string; |
| | | status?: string; |
| | | |
| | | /** |
| | | * 所在场所 |
| | | */ |
| | | location: string; |
| | | location?: string; |
| | | |
| | | /** |
| | | * 使用部门(关联id) |
| | | */ |
| | | deptUsed: number; |
| | | deptUsed?: number; |
| | | /** |
| | | * 使用部门名称 |
| | | */ |
| | | deptName: number; |
| | | deptName?: number; |
| | | |
| | | /** |
| | | * 责任人(关联id) |
| | | */ |
| | | respPerson: number; |
| | | respPerson?: number; |
| | | /** |
| | | * 责任人 |
| | | */ |
| | | respPersonName: string; |
| | | respPersonName?: string; |
| | | |
| | | /** |
| | | * 联系电话 |
| | | */ |
| | | contactPhone: string; |
| | | contactPhone?: string; |
| | | |
| | | /** |
| | | * 正式使用日期 |
| | | */ |
| | | deployDate: string; |
| | | deployDate?: string; |
| | | |
| | | /** |
| | | * 开始试用日期 |
| | | */ |
| | | trialDate: string; |
| | | trialDate?: string; |
| | | |
| | | /** |
| | | * 计划验收日期 |
| | | */ |
| | | planAcceptDate: string; |
| | | planAcceptDate?: string; |
| | | |
| | | /** |
| | | * 实际验收日期 |
| | | */ |
| | | actualAcceptDate: string; |
| | | actualAcceptDate?: string; |
| | | |
| | | /** |
| | | * 导入状态(字典) |
| | | */ |
| | | importStatus: number; |
| | | importStatus?: number; |
| | | |
| | | /** |
| | | * 盘点标志 |
| | | */ |
| | | inventoryFlag: number; |
| | | inventoryFlag?: number; |
| | | |
| | | /** |
| | | * 上次盘点日期 |
| | | */ |
| | | inventoryDate: string; |
| | | inventoryDate?: string; |
| | | |
| | | /** |
| | | * 使用年限 |
| | | */ |
| | | serviceLife: number; |
| | | serviceLife?: number; |
| | | } |