src/store/type/bedsideAuxiliaryScreen.type.ts
@@ -1,6 +1,7 @@ import { tryConvertToInt, deepClone } from "@/utils/utils"; import { Local } from "@/utils/storage"; import dayjs from "dayjs"; import type { DeviceLoginRecord } from './user.type'; export interface IotInfo { 属性历史列表: any[]; 床号: string; @@ -156,6 +157,7 @@ 血压2_前半程最低收缩压: number | null; 透后体重减干体重的差值: number | null; 血压1_透前舒张压: number | null; 患者出生日期: string; } export interface VascularAccess { @@ -211,6 +213,7 @@ 自定义配置项: Customconfiguration; 服务端版本号: string; 是否需要立即刷新: 0 | 1; 当前登录状态: DeviceLoginRecord | null; } interface Customconfiguration {