eight
2024-10-12 2f0fb1f7bd5a3b2a5c8a6b57e78d18d164591004
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