1
wankeda
2025-03-07 b55d324f4b7465f9a7dc50e999346697f5cc35a2
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; }