| | |
| | | /// </summary> |
| | | public class AgvTaskState |
| | | { |
| | | public int State { get; set; } |
| | | public string No { get; set; } |
| | | public string ForkliftNo { get; set; } |
| | | public string ErrCode { get; set; } |
| | | public string LockNo { get; set; } |
| | | public string Ext1 { get; set; } |
| | | public string Ext2 { get; set; } |
| | | public string N_CNTR_COUNT { get; set; } |
| | | public string ExtData { get; set; } |
| | | public int state { get; set; } |
| | | public string task_no { get; set; } |
| | | public string forklift_no { get; set; } |
| | | public string lock_no { get; set; } |
| | | public string ext_data { get; set; } |
| | | } |
| | | /// <summary> |
| | | /// hosttoagv上报车辆状态(参数在hosttoagv服务配置,可修改) |