人机交互页面

This commit is contained in:
quowingwang
2025-12-13 11:25:59 +08:00
parent d36e48b532
commit ea416fc2e7
3 changed files with 176 additions and 12 deletions

View File

@@ -12,9 +12,12 @@ using ZR.Admin.WebApi.Hubs;
using ZR.Admin.WebApi.Middleware;
using ZR.Common.Cache;
using ZR.Common.MqttHelper;
using ZR.Service.mes.andon;
using ZR.Service.mqtt;
var builder = WebApplication.CreateBuilder(args);
//后台定时任务
builder.Services.AddHostedService<ScheduledBackgroundService>();
// Add services to the container.
builder.Services.AddControllers();
//配置中心