DESKTOP-9BNTV8O
2025-01-19 8dbe5e5f36901c5bc69fd19470f322612ff12de5
Wms/Model/InterFaceModel/HttpModel.cs
@@ -672,13 +672,13 @@
        /// 地码 X 坐标(mm):任务完成时有值
        /// 是否必填:否
        /// </summary>
        public int cooX { get; set; }
        public double cooX { get; set; }
        /// <summary>
        /// 地码 Y 坐标(mm):任务完成时有值
        /// 是否必填:否
        /// </summary>
        public int cooY { get; set; }
        public double cooY { get; set; }
        /// <summary>
        /// 当前位置编号
@@ -850,6 +850,7 @@
    {
        public string code { get; set; }
        public string message { get; set; }
        public string data { get; set; }
        public string reqCode { get; set; }
    }
    #endregion