22
schangxiang@126.com
2024-11-28 aa1fa59aef9c9a115dee92e505752c9a8e7b7265
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; }
    }
}