增加mqtt和串口逻辑

This commit is contained in:
小魔仙
2025-05-04 10:21:23 +08:00
parent d9983b0a99
commit f45799f949
54 changed files with 1244 additions and 1131 deletions

View File

@@ -0,0 +1,15 @@
using Prism.Events;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Policy;
using System.Text;
using System.Threading.Tasks;
namespace linesider_screen_bankend.Modules.ModuleName.Event
{
public class CommonLogEvent: PubSubEvent<string>
{
}
}