1
yangpeixing
2026-01-22 93ec15196294abce031a86e24f4cee643b3b1c8a
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrderDetail.cs
@@ -54,5 +54,13 @@
        [SugarColumn(IsNullable = true, ColumnDescription = "供应商批次")]
        public string SupplierBatch { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "WMS原始库位")]
        public string OrinalLocation { get; set; }
        [ImporterHeader(IsIgnore = true)]
        [ExporterHeader(IsIgnore = true)]
        [Navigate(NavigateType.OneToMany, nameof(Dt_CPInboundOrderDetail.OrderDetailId), nameof(Id))]
        public List<Dt_CPInboundOrderDetail> CPDetails { get; set; }
    }
}