From 27aa02de7f3e5079334fb2d13b6facf67eec813c Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期五, 13 十二月 2024 09:55:07 +0800 Subject: [PATCH] 修改SignalR事件名及前端展示逻辑 --- .gitignore | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 38e9040..9189b02 100644 --- a/.gitignore +++ b/.gitignore @@ -1536,3 +1536,27 @@ /Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll /Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll /Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll +*.zip +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Release/net6.0/WIDESEAWCS_BasicInfoRepository.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Release/net6.0/WIDESEAWCS_BasicInfoService.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/obj/Release/net6.0/WIDESEAWCS_Common.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/obj/Release/net6.0/WIDESEAWCS_DTO.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Release/net6.0/WIDESEAWCS_IBasicInfoRepository.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Release/net6.0/WIDESEAWCS_IBasicInfoService.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Release/net6.0/WIDESEAWCS_ISystemRepository.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Release/net6.0/WIDESEAWCS_ISystemServices.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Release/net6.0/WIDESEAWCS_ITaskInfoRepository.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Release/net6.0/WIDESEAWCS_ITaskInfoService.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfo_HtyRepository/obj/Release/net6.0/WIDESEAWCS_ITaskInfo_HtyRepository.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfo_HtyService/obj/Release/net6.0/WIDESEAWCS_ITaskInfo_HtyService.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/obj/Release/net6.0/WIDESEAWCS_Model.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessParameters/obj/Release/net6.0/WIDESEAWCS_IProcessRepository.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ProcessRepository/obj/Release/net6.0/WIDESEAWCS_ProcessRepository.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Release/net6.0/WIDESEAWCS_Server.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Release/net6.0/WIDESEAWCS_SystemRepository.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Release/net6.0/WIDESEAWCS_SystemServices.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Release/net6.0/WIDESEAWCS_TaskInfoRepository.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Release/net6.0/WIDESEAWCS_TaskInfoService.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfo_HtyRepository/obj/Release/net6.0/WIDESEAWCS_TaskInfo_HtyRepository.csproj.BuildWithSkipAnalyzers +/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfo_HtyService/obj/Release/net6.0/WIDESEAWCS_TaskInfo_HtyService.csproj.BuildWithSkipAnalyzers +*.BuildWithSkipAnalyzers -- Gitblit v1.9.3