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