Compare commits

..

No commits in common. "f5f9434a973ceaced8a39890a3063c94e14fdb05" and "40b62caa83837b0dedf1375f2552565c7b69d0ea" have entirely different histories.

2 changed files with 8 additions and 1 deletions

View File

@ -26,8 +26,11 @@ using System.Diagnostics;
using JiShe.CollectBus.IoTDB.Context;
using JiShe.CollectBus.IoTDB.Interface;
using JiShe.CollectBus.IoTDB.Options;
<<<<<<< HEAD
using JiShe.CollectBus.Kafka.Internal;
=======
using JiShe.CollectBus.Common.Extensions;
>>>>>>> fe51402b1f105dc536f08ec2249d4ab13fa8f172
namespace JiShe.CollectBus.Samples;

View File

@ -13,7 +13,6 @@ using JiShe.CollectBus.IoTDB.Interface;
using JiShe.CollectBus.IotSystems.MessageIssueds;
using JiShe.CollectBus.IotSystems.MeterReadingRecords;
using JiShe.CollectBus.IotSystems.Watermeter;
using JiShe.CollectBus.Kafka.Internal;
using JiShe.CollectBus.Kafka.Producer;
using JiShe.CollectBus.Protocol.Contracts;
using JiShe.CollectBus.RedisDataCache;
@ -28,6 +27,11 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using static FreeSql.Internal.GlobalFilter;
<<<<<<< HEAD
using JiShe.CollectBus.Kafka.Internal;
=======
using static System.Runtime.InteropServices.JavaScript.JSType;
>>>>>>> fe51402b1f105dc536f08ec2249d4ab13fa8f172
namespace JiShe.CollectBus.ScheduledMeterReading
{