add
zongzhibin
2024-11-24 d89732b82ff7fc047628ca3772311a0fbeea3553
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; }
    }
}