From 74938606dd1dd8d7d77f053492b987f96a867338 Mon Sep 17 00:00:00 2001 From: Tjiny <Tjinyu23@163.com> Date: 星期二, 20 五月 2025 17:19:08 +0800 Subject: [PATCH] 输送线交互开发 --- HH.WCS.Mobox3.HaiCheng/Controller/Service/OperationService.cs | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/HH.WCS.Mobox3.HaiCheng/Controller/Service/OperationService.cs b/HH.WCS.Mobox3.HaiCheng/Controller/Service/OperationService.cs index 4b7ce2f..4e0fe2e 100644 --- a/HH.WCS.Mobox3.HaiCheng/Controller/Service/OperationService.cs +++ b/HH.WCS.Mobox3.HaiCheng/Controller/Service/OperationService.cs @@ -1,12 +1,10 @@ using System; using System.Linq; -using System.Web.Management; -using HH.WCS.Mobox3.HaiCheng.Entity; -using HH.WCS.Mobox3.HaiCheng.Entity.Dto; -using HH.WCS.Mobox3.HaiCheng.Util.EquipmentCommunication; -using HH.WCS.Mobox3.HaiCheng.Util.Helper; +using HH.WCS.Mobox3.Template.Entity; +using HH.WCS.Mobox3.Template.Entity.Dto; +using HH.WCS.Mobox3.Template.Util.Helper; -namespace HH.WCS.Mobox3.HaiCheng.Controller.Service +namespace HH.WCS.Mobox3.Template.Controller.Service { /// <summary> /// 浣滀笟瀹炵幇绫� -- Gitblit v1.9.1