using iWareCommon.Utils; using iWareModel.Entity.AGV; using iWareModel.EnumType.EDevice.AGV; using iWareSql.DBModel; using iWareSql.WmsDBModel; using System; using System.Collections.Generic; using System.Linq; namespace iWareSql.DataAccess { public class WmsRecordUpiProcessHandler { /// /// 保存AGV实时数据 /// /// public static void SaveAgvData(mes_batchOrderUPI_new orderUPI_New ) { wms_record_upi_process upi_Process = new wms_record_upi_process() { }; } } }