海波 张
2025-05-30 62c5a7fad29fa380874f6cf81bb4074ce5f488e7
wms/WMSModel.cs
@@ -131,7 +131,7 @@
        /// <summary>
        /// 容量
        /// </summary>
        public string N_CAPACITY { get; set; }
        public int N_CAPACITY { get; set; }
        /// <summary>
        /// 当前数量
@@ -1118,6 +1118,12 @@
        /// 空托任务是否创建  Y/N   默认N
        /// </summary>
        public string Status { get; set; }
        /// <summary>
        /// 任务号
        /// </summary>
        public string task_no { get; set; }
    }
@@ -1495,5 +1501,13 @@
        public List<ZoneLoc> ZoneLocs { get; set; }
    }
    /// <summary>
    /// 出库终点无限制表
    /// </summary>
    [ST("出库终点无限制表")]
    public class UnlimitedLoc : BaseModel {
        public string Loc { get; set; }
    }
}