From 8a2962c1bb353667d9d076035bef13764eadd22c Mon Sep 17 00:00:00 2001
From: yedajiang44 <602830483@qq.com>
Date: Sun, 14 May 2023 01:18:34 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=840x8900=E8=87=AA=E5=AE=9A?=
=?UTF-8?q?=E4=B9=89=E5=B7=A5=E5=8E=82=E6=B3=A8=E5=86=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Interfaces/IJT808_0x8900_Custom_Factory.cs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/JT808.Protocol/Interfaces/IJT808_0x8900_Custom_Factory.cs b/src/JT808.Protocol/Interfaces/IJT808_0x8900_Custom_Factory.cs
index 970efcf..620e69e 100644
--- a/src/JT808.Protocol/Interfaces/IJT808_0x8900_Custom_Factory.cs
+++ b/src/JT808.Protocol/Interfaces/IJT808_0x8900_Custom_Factory.cs
@@ -1,7 +1,7 @@
-using JT808.Protocol.MessageBody;
-using System;
+using System;
using System.Collections.Generic;
using System.Text;
+using JT808.Protocol.MessageBody;
namespace JT808.Protocol.Interfaces
{
@@ -19,6 +19,6 @@ namespace JT808.Protocol.Interfaces
///
///
///
- IJT808_0x8900_Custom_Factory SetMap() where TJT808_0x8900_BodyBase : JT808_0x8900_BodyBase;
+ IJT808_0x8900_Custom_Factory SetMap();
}
}