From cf5a63e3ba397649cb1cbf379f0ad6cd3c2a937e Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期日, 20 十月 2024 16:59:42 +0800
Subject: [PATCH] debug osd

---
 vo/ape.go |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/vo/ape.go b/vo/ape.go
index cae2ebd..d820256 100644
--- a/vo/ape.go
+++ b/vo/ape.go
@@ -57,3 +57,13 @@
 type NotificationApeList struct {
 	APEObject []Ape `json:"APEObject"`
 }
+
+type ApeStatus struct {
+	ApeID       string `json:"ApeID" binding:"required"`
+	IsOnline    string `json:"IsOnline" binding:"required"`
+	CurrentTime string `json:"CurrentTime" binding:"required"`
+}
+
+type NotificationApeStatusList struct {
+	APEStatusObject []ApeStatus `json:"APEStatusObject"`
+}

--
Gitblit v1.8.0