From bc56ea2c4c79ac0251b2e9303b93bd31fe9bae12 Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期二, 10 九月 2024 08:17:27 +0800 Subject: [PATCH] 设备监控设置页面写入功能和与后台通讯交互逻辑 --- Admin.NET/WCS.Application/Service/WcsOderTask/WcsOderTaskService.cs | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/Admin.NET/WCS.Application/Service/WcsOderTask/WcsOderTaskService.cs b/Admin.NET/WCS.Application/Service/WcsOderTask/WcsOderTaskService.cs index 6b52677..2ae22c5 100644 --- a/Admin.NET/WCS.Application/Service/WcsOderTask/WcsOderTaskService.cs +++ b/Admin.NET/WCS.Application/Service/WcsOderTask/WcsOderTaskService.cs @@ -5,6 +5,7 @@ // 涓嶅緱鍒╃敤鏈」鐩粠浜嬪嵄瀹冲浗瀹跺畨鍏ㄣ�佹壈涔辩ぞ浼氱З搴忋�佷镜鐘粬浜哄悎娉曟潈鐩婄瓑娉曞緥娉曡绂佹鐨勬椿鍔紒浠讳綍鍩轰簬鏈」鐩簩娆″紑鍙戣�屼骇鐢熺殑涓�鍒囨硶寰嬬籂绾峰拰璐d换锛屾垜浠笉鎵挎媴浠讳綍璐d换锛� using Admin.NET.Core.Service; +using AngleSharp.Dom; using Microsoft.AspNetCore.Http; using WCS.Application.Entity; namespace WCS.Application; @@ -127,9 +128,4 @@ { return await _wcsOderTaskRep.AsQueryable().Select<WcsOderTaskOutput>().ToListAsync(); } - - - - - } -- Gitblit v1.8.0