| | |
| | | |
| | | public class Pallnetmsg |
| | | { |
| | | public string warehouseno { get; set; } |
| | | public string type { get; set; } |
| | | public string lotno { get; set; } |
| | | public string palletno { get; set; } |
| | | public string Location { get; set; } |
| | | public string Type { get; set; } |
| | | public string LotNo { get; set; } |
| | | public string Palletno { get; set; } |
| | | |
| | | } |
| | | |
| | |
| | | public string endPos { get; set; } |
| | | public string agvCode { get; set; } |
| | | } |
| | | |
| | | public class ReMes |
| | | { |
| | | public string Success { get; set; } |
| | | public string Result { get; set; } |
| | | public string Message { get; set; } |
| | | } |
| | | |
| | | public class TaskDetial |
| | | { |
| | | |
| | | public string Taskno { get; set; } |
| | | public string Startport { get; set; } |
| | | public string Endport { get; set; } |
| | | |
| | | public string Pallno { get; set; } |
| | | |
| | | public string Type { get; set; } |
| | | /// <summary> |
| | | /// 任务类型 |
| | | /// 0:入库 |
| | | /// 1:出库 |
| | | /// </summary> |
| | | public string Crtype { get; set; } |
| | | /// <summary> |
| | | /// 库存单据ID |
| | | /// </summary> |
| | | public int? Noticedetailno { get; set; } |
| | | } |
| | | } |
| | | } |