2 Commits c9c5cfc5bb ... 2f8f691add

Author SHA1 Message Date
  jiangjc 2f8f691add Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop 1 month ago
  jiangjc b1bf6ca567 12 1 month ago

+ 1 - 1
OASystem/OASystem.Api/OAMethodLib/APNs/APNsLib.cs

@@ -1,5 +1,5 @@
 
-namespace OASystem.API.OAMethodLib.APNs
+namespace OASystem.API.OAMethodLib.APNsLib
 {
     public static class APNsLib
     {

+ 1 - 1
OASystem/OASystem.Api/OAMethodLib/APNs/APNsService.cs

@@ -8,7 +8,7 @@ using Microsoft.Extensions.Configuration;
 using NPOI.SS.Formula.Functions;
 using Serilog;
 
-namespace OASystem.API.OAMethodLib.APNs
+namespace OASystem.API.OAMethodLib.APNsLib
 {
     public enum NotificationType : int
     {

+ 1 - 1
OASystem/OASystem.Api/OAMethodLib/APNs/IAPNsService.cs

@@ -1,4 +1,4 @@
-namespace OASystem.API.OAMethodLib.APNs
+namespace OASystem.API.OAMethodLib.APNsLib
 {
     public interface IAPNsService
     {