人机交互页面
This commit is contained in:
@@ -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();
|
||||
//配置中心
|
||||
|
||||
Reference in New Issue
Block a user