新兴上传

This commit is contained in:
dell
2024-10-12 11:15:47 +08:00
parent aa742f0036
commit 86cbb1d54a
20 changed files with 4643 additions and 15 deletions

View File

@ -21,6 +21,8 @@ namespace HT.Cloud.Web.Areas.ReportManage.Controllers
/// 描 述:历史趋势控制器类
/// </summary>
[Area("PenMeiReportManage")]
[HandlerLogin(needLogin: false)]
[HandlerAuthorize(needAuth: false)]
public class PenMeiHistoryAlarmNewNewController : BaseController
{
public HistoryAlarmService _historyAlarmService { get;set;}