From 839cd7bba832638a5ba1fb2d3e4e0619e33651e3 Mon Sep 17 00:00:00 2001 From: zxx <Zxx@HanInfo> Date: 星期一, 19 五月 2025 17:33:28 +0800 Subject: [PATCH] 主动绑定接口 rgv安全交互 --- HH.WCS.Mobox3/HH.WCS.Mobox3.JuShi/models/CameraMonitor.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.JuShi/models/CameraMonitor.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.JuShi/models/CameraMonitor.cs index bdfdd94..f7da469 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JuShi/models/CameraMonitor.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.JuShi/models/CameraMonitor.cs @@ -4,12 +4,12 @@ namespace HH.WCS.JuShi { - public class CameraMonitor : BaseModel + public class SafeInteraction : BaseModel { - //摄像头货位 - public string PointCode { get; set; } - //摄像头货位空满状态 - public int PointStatus { get; set; } + //站点ip + public string ip { get; set; } + //信号 + public string data { get; set; } } -- Gitblit v1.9.1