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 | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index b77c8bb..07d84eb 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -158,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