From f33f36282c9a7aa541fb60c1e2184cd4ac2c8071 Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Wed, 24 Jan 2024 16:25:17 +0800
Subject: [PATCH] chore: 默认赋值

---
 src/types/device.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/types/device.ts b/src/types/device.ts
index 5fb1f84..cbffc22 100644
--- a/src/types/device.ts
+++ b/src/types/device.ts
@@ -157,6 +157,7 @@
   callsign: string,
   sn: string,
   mode: number,
+  latest_wayline_job?: any
   gateway: {
     model: string,
     callsign: string,
@@ -238,6 +239,7 @@
   device_type: string,
   device_sub_type: string,
   device_domain: string
+  latest_wayline_job?: any
 }
 
 export interface GatewayOsd {

--
Gitblit v1.9.3