| | |
| | | public class Pallnetmsg |
| | | { |
| | | /// <summary> |
| | | /// 目标位置(设备所在位置) |
| | | /// 设备编码 |
| | | /// </summary> |
| | | public string Location { get; set; } |
| | | /// <summary> |
| | |
| | | |
| | | 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:出库 |
| | | /// 2:移库 |
| | | /// 0:申请储位 |
| | | /// 1:叫桶 |
| | | /// 2:同车间平层搬运 |
| | | /// </summary> |
| | | public string Crtype { get; set; } |
| | | /// <summary> |
| | | /// 库存单据ID |
| | | /// 车间编码 |
| | | /// </summary> |
| | | public int? Noticedetailno { get; set; } |
| | | public string LotNo { get; set; } |
| | | public string WareHouseNo { get; set; } |
| | | } |
| | | } |
| | | } |