wujingjing
2024-07-26 bcff2cf9253145d0dd4b36daed70a12ecbd2ff54
src/components/chat/chatComponents/summaryCom/components/deviceLastValue/types.ts
@@ -14,6 +14,7 @@
   YL: number;
};
export type Monitor = {
   title:string;
   type: SummaryAnswerType.DeviceLastValue;
   rows: MonitorRow[];
   values: MonitorValue[];