| | |
| | | using HH.WCS.Mobox3.DoubleCoin.api; |
| | | using HH.WCS.Mobox3.DoubleCoin.dispatch; |
| | | using HH.WCS.Mobox3.DoubleCoin.dispatch; |
| | | using HH.WCS.Mobox3.DoubleCoin.models; |
| | | using HH.WCS.Mobox3.DoubleCoin.util; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Linq.Expressions; |
| | | using System.Reflection; |
| | | using System.Runtime.Remoting.Messaging; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using static HH.WCS.Mobox3.DoubleCoin.api.ApiModel; |
| | | |
| | | namespace HH.WCS.Mobox3.DoubleCoin.wms |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 插入操作员信息 |
| | | /// </summary> |
| | | /// <param name="staff"></param> |
| | | /// <param name="type"></param> |
| | | /// <param name="cntrCode"></param> |
| | | /// <param name="qty"></param> |
| | | public static void InsertOpInfo(string staff, string type , string cntrCode ="",int qty = 0) |
| | | { |
| | | try |
| | |
| | | LogHelper.Error($"插入操作员信息,发生了异常,{ex.Message}",ex); |
| | | } |
| | | } |
| | | |
| | | |
| | | } |
| | | } |