222
schangxiang@126.com
2024-11-26 c00d4c5cda3af8e63a5969c58b9151b858e9105e
CC/iWareSql/WmsDBModel/wms_rbline_runmode.cs
@@ -43,5 +43,15 @@
        public string UpdateUserName { get; set; }
        public bool IsDelete { get; set; }
        /// <summary>
        /// 上一次码垛编号
        /// </summary>
        public string PalletizingUPI { get; set; }
        /// <summary>
        /// 上一次码垛站点
        /// </summary>
        public int? PalletizingStation { get; set; }
    }
}