Kaynağa Gözat

不开放接口和实体调整

Jeremy 2 yıl önce
ebeveyn
işleme
47f1c7dcde
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Service/DeviceService.cs

+ 1 - 1
Service/DeviceService.cs

@@ -2,7 +2,6 @@ using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Threading.Tasks;
-using JsonRpcLite.Services;
 using WingInterfaceLibrary.DTO.Device;
 using WingInterfaceLibrary.Interface;
 using WingInterfaceLibrary.Request.Device;
@@ -26,6 +25,7 @@ using WingServerCommon.Config.Parameters;
 using WingServerCommon.Interfaces.Cache;
 using WingInterfaceLibrary.LiveConsultation;
 using WingInterfaceLibrary.Result.Languge;
+using WingInterfaceLibrary.Internal.Interface;
 
 namespace WingDeviceService.Service
 {