kazelee
2025-05-15 1af49bdb3cdaa44a7e44ebdc843fb8180596365f
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>
        /// 批次号
@@ -36,9 +38,5 @@
        /// </summary>
        public string S_END_AREA { get; set; }
        /// <summary>
        /// 是否强制出库:0不强制 1强制
        /// </summary>
        public int N_FORCE { get; set; }
    }
}