From 470d5135f9cb53898e167eeb4c7f74a80bb5f4dc Mon Sep 17 00:00:00 2001 From: cjs <2216046164@qq.com> Date: 星期二, 24 六月 2025 17:30:16 +0800 Subject: [PATCH] 111 --- HH.WCS.Mobox3.NongFuLinZhi/api/ApiModel.cs | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git a/HH.WCS.Mobox3.NongFuLinZhi/api/ApiModel.cs b/HH.WCS.Mobox3.NongFuLinZhi/api/ApiModel.cs index d906db7..24d3a50 100644 --- a/HH.WCS.Mobox3.NongFuLinZhi/api/ApiModel.cs +++ b/HH.WCS.Mobox3.NongFuLinZhi/api/ApiModel.cs @@ -26,15 +26,11 @@ /// </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鏈嶅姟閰嶇疆锛屽彲淇敼锛� -- Gitblit v1.9.1