From 5eeed44ad21748ed7560a8c688d4e2d2f03555c8 Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期二, 05 八月 2025 12:47:13 +0800 Subject: [PATCH] 同步 --- 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/Dt_PalletStockInfo.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/Dt_PalletStockInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/Dt_PalletStockInfo.cs" index 93300ae..9f5abd8 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/Dt_PalletStockInfo.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/Dt_PalletStockInfo.cs" @@ -52,12 +52,12 @@ [SugarColumn(IsNullable = true, ColumnDescription = "搴撳瓨鐘舵��")] public int StockStatus { get; set; } - ///// <summary> - ///// 搴撳瓨鏄庣粏 - ///// </summary> - //[SugarColumn(ColumnName = "StockInfoDetails")] - //[Navigate(NavigateType.OneToMany, nameof(Dt_PalletStockInfoDetail.StockId))] - //public List<Dt_PalletStockInfoDetail>? StockInfoDetails { get; set; } + /// <summary> + /// 搴撳瓨鏄庣粏 + /// </summary> + [SugarColumn(ColumnName = "StockInfoDetails")] + [Navigate(NavigateType.OneToMany, nameof(Dt_PalletStockInfoDetail.StockId))] + public List<Dt_PalletStockInfoDetail>? StockInfoDetails { get; set; } ///// <summary> ///// 璐т綅鏁版嵁 -- Gitblit v1.9.3