海波 张
2025-07-07 00b6105b34870f6f5a33551534d0088f3f741906
api/ApiModel.cs
@@ -88,11 +88,18 @@
        {
            public int state { get; set; }
            public string task_no { get; set; }
            public string forklift_no { get; set; }
            public string ext_data { get; set; }
            public int forklift_no { get; set; }
        }
        /// <summary>
        /// 接驳位均衡记录
        /// </summary>
        public class connectionBalance
        {
            public int taskCount { get; set; }
            public Location loc { get; set; }
        }
        /// <summary>
        /// osttoagv上报其它事件信息
@@ -145,7 +152,7 @@
            /// <summary>
            /// 错误说明,当success为False时,errCode有值
            /// </summary>
            public object errMsg { get; set; }
            public string errMsg { get; set; }
            /// <summary>
            /// 接口调用结果 true成功 false失败
            /// </summary>