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; }