zxx
2025-05-31 267ffc1263e9975adf0d3dcca9ccc5d7dbd239f6
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; }
        //站点
        public string code { get; set; }
        //信号
        public string data { get; set; }
    }