kazelee
2025-05-13 38a8b2931abd72ee04285794aacbea7ed7c49228
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; }
    }
}