1
huangxiaoqiang
2025-06-26 f4c8d54b4313132863df8fb9f2c5087ea6ba44a6
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Socket/ParseMessage.cs
@@ -144,7 +144,6 @@
        /// 棰勭暀
        /// </summary>
        public string Spare1 { get; set; } = "00";
        public string Spare2 { get; set; } = "000000000000";
    }
@@ -153,7 +152,8 @@
        /// <summary>
        /// 鏄惁鍚敤
        /// </summary>
        public string StationEnable { get; set; }
        public string WorkstationO { get; set; }
        public string WorkstationT { get; set; }
    }
    public class Connection
@@ -161,4 +161,8 @@
        public string IP { get; set; }
        public int Port { get; set; }
    }
    public class FireAlarmLocation
    {
        public string FireAlarmlocation { get; set; }
    }
}