kazelee
2025-05-16 6abc355aeb4e6f7960c11795dbbcc26396b0c888
Models/TN_Outbound_Detail.cs
@@ -19,7 +19,9 @@
        /// <summary>
        /// 物料号
        /// </summary>
        public string S_CG_ID { get; set; }
        public string S_ITEM_CODE { get; set; }
        public string S_CNTR_CODE { get; set; }
        /// <summary>
        /// 批次号
@@ -29,16 +31,12 @@
        /// <summary>
        /// 出库货品数量(整数,用于生成任务数)
        /// </summary>
        public int N_QTY { get; set; }
        public int N_COUNT { get; set; }
        /// <summary>
        /// 终点库区(由WMS下发任务时指定)
        /// </summary>
        public string S_END_AREA { get; set; }
        /// <summary>
        /// 是否强制出库:0不强制 1强制
        /// </summary>
        public int N_FORCE { get; set; }
    }
}