11
schangxiang@126.com
2024-12-16 1b10882a0a46c8b25331ccd2628f7a2a6db8b13f
CC/iWareSql/WmsDBModel/wms_rbline_runmode.cs
@@ -44,14 +44,9 @@
        public bool IsDelete { get; set; }
        /// <summary>
        /// 上一次码垛编号
        /// </summary>
        [StringLength(50)]
        public string PalletizingUPI { get; set; }
        /// <summary>
        /// 上一次码垛站点
        /// </summary>
        public int? PalletizingStation { get; set; }
    }
}