kazelee
2025-05-19 b079910e5de15863c26e479ffab15cc45d706f1a
Models/TN_Outbound_Detail.cs
@@ -9,7 +9,7 @@
        /// <summary>
        /// 出库单号
        /// </summary>
        public string S_NO { get; set; }
        public string S_OO_NO { get; set; }
        /// <summary>
        /// 业务状态:0等待执行 1已执行待生成任务 2任务执行中 3任务完成
@@ -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; }
    }
}