From 1b51a65274a9d7c0347b2fdd6b73cd9455d991ec Mon Sep 17 00:00:00 2001 From: iioter <535915157@qq.com> Date: Thu, 18 May 2023 12:12:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IoTGateway/Areas/API/DeviceController.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IoTGateway/Areas/API/DeviceController.cs b/IoTGateway/Areas/API/DeviceController.cs index 6e0d24d..53a63a3 100644 --- a/IoTGateway/Areas/API/DeviceController.cs +++ b/IoTGateway/Areas/API/DeviceController.cs @@ -10,6 +10,9 @@ using WalkingTec.Mvvm.Mvc; namespace IoTGateway.Areas.API { + /// + /// 设备和数据查询api + /// [Area("API")] [ActionDescription("MenuKey.ActionLog")] public class DeviceController : BaseController