| | |
| | | { |
| | | public int state { get; set; } |
| | | public string task_no { get; set; } |
| | | public string forklift_no { get; set; } |
| | | public string ext_data { get; set; } |
| | | public int forklift_no { get; set; } |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 接驳位均衡记录 |
| | | /// </summary> |
| | | public class connectionBalance |
| | | { |
| | | public int taskCount { get; set; } |
| | | public Location loc { get; set; } |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// osttoagv上报其它事件信息 |
| | |
| | | /// <summary> |
| | | /// 错误说明,当success为False时,errCode有值 |
| | | /// </summary> |
| | | public object errMsg { get; set; } |
| | | public string errMsg { get; set; } |
| | | /// <summary> |
| | | /// 接口调用结果 true成功 false失败 |
| | | /// </summary> |