1
huangxiaoqiang
2025-06-12 31e6a29f45d270f78f2dc25a79563f281f496e75
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/CustomModels/DTSEmergencyTask.cs
@@ -9,7 +9,7 @@
        /// <summary>
        /// 区域
        /// </summary>
        public string zone { get; set; }
        public int zone { get; set; }
        /// <summary>
        /// 行
@@ -30,5 +30,10 @@
        /// 巷道
        /// </summary>
        public string Roadway { get; set; }
        /// <summary>
        /// 货位ID
        /// </summary>
        public string LocationCode {  get; set; }
    }
}