Пример #1
0
 public string ToSocketString()
 {
     return($"{SocketToWMSFormat.Start}{EnumFormat.ToFormatted(SocketMsgType.SpMoveConfirmResponse)}{pctMvhId}{SocketToWMSFormat.End}");
 }
Пример #2
0
 public string ToSocketString()
 {
     return($"{SocketToWMSFormat.Start}{EnumFormat.ToFormatted(SocketMsgType.SpMoveRackArriveConfirm)}{taskId}{SocketToWMSFormat.End}");
 }
Пример #3
0
 public string ToSocketString()
 {
     return($"{SocketToWMSFormat.Start}{EnumFormat.ToFormatted(SocketMsgType.SpMoveFinish)}{taskId}{ToSubSocketString()}{SocketToWMSFormat.End}");
 }
Пример #4
0
 public string ToSocketString()
 {
     return($"{SocketToWMSFormat.Start}{EnumFormat.ToFormatted(SocketMsgType.PickOrderSendConfirm)}{taskId}{SocketToWMSFormat.End}");
 }
Пример #5
0
 public string ToSocketString()
 {
     return($"{SocketToWMSFormat.Start}{EnumFormat.ToFormatted(SocketMsgType.PackFinish)}{onhExpressNo}{ToSubSocketString()}{SocketToWMSFormat.End}");
 }
Пример #6
0
 public string ToSocketString()
 {
     return($"{SocketToWMSFormat.Start}{EnumFormat.ToFormatted(SocketMsgType.PackOrderSendConfirm)}{onhExpressNo}{SocketToWMSFormat.End}");
 }
Пример #7
0
 public string ToSocketString()
 {
     return($"{SocketToWMSFormat.Start}{EnumFormat.ToFormatted(SocketMsgType.MoveRegisterConfirm)}{mvhId}{SocketToWMSFormat.End}");
 }
Пример #8
0
 public string ToSocketString()
 {
     return($"{SocketToWMSFormat.Start}{EnumFormat.ToFormatted(SocketMsgType.CreateCommunicationConfirm)}{orgId}{SocketToWMSFormat.End}");
 }