重构了Mqtt后台服务。
This commit is contained in:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user