陈勇
2024-11-19 36343b85b0c883ebfdf3c17b173f263fd2bfcb93
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfo.cs
@@ -47,9 +47,9 @@
        public string LinedProcessFeedbackTime { get; set; }
        /// <summary>
        /// 关联工序返回时间(注液\静置时长)
        /// 特征参数返回(静置时长)
        /// </summary>
        public string LinedProcessFeedbackTimes { get; set; }
        public string SpecialParameterDuration { get; set; }
        /// <summary>
        /// 区域编码
@@ -58,6 +58,12 @@
        public string AreaCode { get; set; }
        /// <summary>
        /// 应出库时间
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "应出库时间")]
        public DateTime? OutboundTime { get; set; }
        /// <summary>
        /// 库存明细
        /// </summary>
        [SugarColumn(ColumnName = "StockInfoDetails")]