kazelee
2025-05-19 b079910e5de15863c26e479ffab15cc45d706f1a
Models/TN_Outbound_Order.cs
@@ -26,11 +26,13 @@
        /// <summary>
        /// 批次号
        /// </summary>
        public string S_BATCH_NO { get; set; }
        public string S_BATCH { get; set; }
        /// <summary>
        /// 出库数量
        /// </summary>
        public int N_END_NUM { get; set; }
        public float F_QTY { get; set; }
        public float F_OUT_QTY { get; set; }
        //public float F_OUT_QTY { get; set; }
        /// <summary>
        /// 终点库区(由WMS下发任务时指定)
@@ -43,7 +45,7 @@
        public bool B_FORCE_OUT { get; set; }
        [Navigate(NavigateType.OneToMany, nameof(TN_Outbound_Detail.S_NO))]
        [Navigate(NavigateType.OneToMany, nameof(TN_Outbound_Detail.S_OO_NO))]
        public List<TN_Outbound_Detail> Details { get; set; }
    }
}