1
yangpeixing
2026-01-19 c6f6be2d942214580e61c2647c846d7e11e06f48
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; }
    }
}