huanghongfeng
2024-12-09 19e5b7583a2aa1968c674b4b35f618cc6c2e29ef
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs
@@ -40,6 +40,10 @@
        [SugarColumn(IsNullable = true, ColumnDescription = "澶囨敞")]
        public string Remark { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "鐢熶骇鏃堕棿")]
        public DateTime Mgeneratetime { get; set; }
        [Navigate(NavigateType.OneToMany, nameof(Dt_StockInfoDetail.StockId), nameof(Id))]
        public List<Dt_StockInfoDetail> Details { get; set; }
    }