| | |
| | | /// </summary> |
| | | public string trkType { get; set; } |
| | | /// <summary> |
| | | /// 1-999(值越大优先级越高) |
| | | /// 1-999 (值越大优先级越高) |
| | | /// </summary> |
| | | public string trkPrty { get; set; } = "1"; |
| | | public string frmPos { get; set; } |
| | |
| | | public string groupNo { get; set; } = ""; |
| | | public string clientCode { get; set; } = "WMS"; |
| | | /// <summary> |
| | | /// 格式:2022-11-11 11:32:08 |
| | | /// 格式:2022-11-11 11:32:08 |
| | | /// </summary> |
| | | public string reqTime { get; set; } = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); |
| | | |
| | |
| | | public string requestPk { get; set; } |
| | | public string contNo { get; set; } |
| | | /// <summary> |
| | | /// 双方系统共同定义 1-入库 2-出库 3-移库 (后续如有增加再协定) |
| | | /// 双方系统共同定义 1-入库 2-出库 3-移库 (后续如有增加再协定) |
| | | /// </summary> |
| | | public string noticeType { get; set; } |
| | | public string curPos { get; set; } |
| | | public string noticeInfo { get; set; } |
| | | /// <summary> |
| | | /// 0-成功 (入库上架完成/出库下架完成/库内移库完成:移库只上报最终移库上架) 或 其他-异常码(反馈相关结果原因,WMS根据情况处理 |
| | | /// 0-成功 (入库上架完成/出库下架完成/库内移库完成:移库只上报最终移库上架) 或 其他-异常码(反馈相关结果原因,WMS根据情况处理 |
| | | /// 1-入库有货 2-入远近有货 3-出库无货 4-出远近有货) |
| | | /// </summary> |
| | | public string code { get; set; } |