修复编译报错

This commit is contained in:
cli 2025-04-24 00:37:00 +08:00
parent 7adee9f257
commit 820773bac2
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ using JiShe.CollectBus.Common.Extensions;
using JiShe.CollectBus.Common.Helpers;
using JiShe.CollectBus.Enums;
using JiShe.CollectBus.Interceptors;
using JiShe.CollectBus.IotSystems.Ammeters;
using JiShe.CollectBus.IotSystems.Devices;
using JiShe.CollectBus.IotSystems.MessageReceiveds;
using JiShe.CollectBus.Kafka.Producer;

View File

@ -24,6 +24,7 @@ using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Threading.Tasks;
using JiShe.CollectBus.IotSystems.Ammeters;
namespace JiShe.CollectBus.Samples;