xiazhengtongxue
17 小时以前 56538e602b927c232ac5b991ef84175edd2ce3ce
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/RobotState/Dt_RobotState.cs
@@ -23,7 +23,7 @@
        /// 机械手 IP 地址,唯一索引
        /// </summary>
        [SugarColumn(Length = 50, ColumnDescription = "机械手IP地址")]
        public string IPAddress { get; set; } = string.Empty;
        public string IpAddress { get; set; }
        /// <summary>
        /// 版本号,用于乐观并发控制