src/api/ecg/devrent/index.ts
@@ -1,4 +1,5 @@ import request from '@/config/axios' import {RoomBedVO} from "@/api/ecg/doctor"; // 装机拆机 VO export interface DevRentVO { @@ -12,6 +13,9 @@ baseline: string // 基线粗 detachment: string // 脱落 remark: string // 备注 roomId: number bedNo: string } // 装机拆机 API