From 24de88ebbbb3597bb2043840bc685e3d59363967 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期一, 07 七月 2025 16:48:39 +0800 Subject: [PATCH] 优化轮询ERP信息流程、添加AGV接口报文打印、执行中任务强制取消的功能 --- api/ApiModel.cs | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index 0b61204..07d84eb 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -108,6 +108,16 @@ /// 棰濆淇℃伅2 /// </summary> public string extraInfo2 { get; set; } + + /// <summary> + /// 鍒涘缓鐢ㄦ埛 + /// </summary> + public string createUser { get; set; } + + /// <summary> + /// 鐘舵�鏇存敼鏃堕棿 + /// </summary> + public string statusChangeTime { get; set; } } /// <summary> @@ -148,6 +158,23 @@ public string Row { get; set; } } + public class InboundDataInfo { + /// <summary> + /// 璧风偣璐т綅 + /// </summary> + [JsonProperty("StartLoc")] + public string StartLoc { get; set; } + + /// <summary> + /// 缁堢偣璐ф灦锛堝彲閫夛級 + /// </summary> + [JsonProperty("Nrow")] + public string Row { get; set; } + + public string ItemCode { get; set; } + //public string ItemName { get; set; } + } + public class SelectLocationInfo { /// <summary> /// AGV灏忚溅鍙凤細NOTE 鍚庢湡鍙兘鐪佺暐锛屽洜涓哄彧鏈変竴杈嗚溅 -- Gitblit v1.9.1