1
heshaofeng
2025-11-12 ca5e5389e5f466c631e10988c97d40a3e134d40e
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetail.cs
@@ -132,7 +132,7 @@
        [SugarColumn(IsNullable = true, ColumnDescription = "澶囨敞")]
        public string Remark { get; set; }
        [SugarColumn(IsIgnore = true)]
        [Navigate(NavigateType.ManyToOne, nameof(Dt_StockInfo.Id), nameof(Id))]
        public Dt_StockInfo StockInfo { get; set; }
    }
}