1
huangxiaoqiang
4 天以前 e08cf3df4a7f37cbb41f6f179fc8fc5d409e4ea3
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; }
    }
}