647556386
2025-08-10 75e3bca44b111c167b9389e4e51b2ce577a9f9e0
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetail.cs
@@ -69,6 +69,10 @@
        [SugarColumn(IsNullable = false, DecimalDigits = 2, ColumnDescription = "实盘数量", DefaultValue = "0")]
        public decimal FinishQty { get; set; }
        [ExporterHeader(DisplayName = "送货单号")]
        [SugarColumn(IsNullable = true, ColumnDescription = "送货单号")]
        public string DeliveryNote { get; set; }
        [ExporterHeader(IsIgnore = true)]
        [Navigate(NavigateType.OneToOne, nameof(Dt_StockQuantityChangeRecord.StockDetailId), nameof(Id))]
        public Dt_StockQuantityChangeRecord StockQuantityChangeRecord { get; set; }