11
schangxiang@126.com
2024-12-02 db38a36244caaddd417456065ac8954f56886395
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
 
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
    {
        /// <summary>
        /// 保存AGV实时数据
        /// </summary>
        /// <param name="vehicles"></param>
        public static void SaveAgvData(mes_batchOrderUPI_new orderUPI_New )
        {
            wms_record_upi_process upi_Process = new wms_record_upi_process()
            {
 
            };
        }
 
 
    }
}