schangxiang@126.com
2025-03-02 7049a601220246aeaae33da5bdb83c167c2dbb45
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; }
    }
}