重构了Mqtt后台服务。

This commit is contained in:
2025-07-13 18:05:31 +08:00
parent 6f16a1c4e4
commit bb5e3bda56
6 changed files with 142 additions and 195 deletions

View File

@@ -30,6 +30,7 @@ public class MenuRepository
public async Task<int> DeleteMenu(MenuBean menu, SqlSugarClient db)
{
Stopwatch stopwatch = new Stopwatch();
stopwatch.Start();
var childList = await db.Queryable<DbMenu>()