wanshenmean
2 天以前 2adfc785179e551e6f99fd6799e7eebe360dd6c3
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>
        /// 版本号,用于乐观并发控制