This commit is contained in:
iioter 2023-05-18 12:12:36 +08:00
parent 05a19473ea
commit 1b51a65274

View File

@ -10,6 +10,9 @@ using WalkingTec.Mvvm.Mvc;
namespace IoTGateway.Areas.API
{
/// <summary>
/// 设备和数据查询api
/// </summary>
[Area("API")]
[ActionDescription("MenuKey.ActionLog")]
public class DeviceController : BaseController