WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs
@@ -42,7 +42,11 @@ [SugarColumn(IsNullable = true, ColumnDescription = "生产时间")] public DateTime Mgeneratetime { get; set; } [ImporterHeader(Name = "仓库编码")] [ExporterHeader(DisplayName = "仓库编码")] [SugarColumn(IsNullable = true, ColumnDescription = "仓库编码")] public string OutWareHouse { get; set; } [Navigate(NavigateType.OneToMany, nameof(Dt_StockInfoDetail.StockId), nameof(Id))] public List<Dt_StockInfoDetail> Details { get; set; }