wangxinhui
17 小时以前 67348f250a1b7970059698002949a5e0a5f3c52f
项目代码/WMS/WMSServices/WIDESEA_DTO/Stock/StockViewDTO.cs
@@ -163,11 +163,5 @@
        [ExporterHeader(DisplayName = "淇敼鏃堕棿")]
        public DateTime? ModifyDate { get; set; }
        /// <summary>
        /// 搴撳瓨璇︽儏
        /// </summary>
        [ExporterHeader(IsIgnore = true)]
        [Navigate(NavigateType.OneToMany, nameof(Dt_StockInfoDetail.StockId), nameof(StockId))]
        public List<Dt_StockInfoDetail> Details { get; set; }
    }
}