Browse Source

添加提醒表

lqq 8 years ago
parent
commit
1270d01290
1 changed files with 20 additions and 0 deletions
  1. 20 0
      Winsoft.GOV.Framework/Provider/ProvidersFactory.cs

+ 20 - 0
Winsoft.GOV.Framework/Provider/ProvidersFactory.cs

@@ -14,6 +14,26 @@ namespace Winsoft.GOV.Framework.Provider
             {
                 case County.LS:
                     return LSNotificationOfActionProvider.Instance;
+                case County.LD:
+                    return LDNotificationOfActionProvider.Instance;
+                case County.LQ:
+                    return LQNotificationOfActionProvider.Instance;
+                case County.QT:
+                    return QTNotificationOfActionProvider.Instance;
+                case County.YH:
+                    return YHNotificationOfActionProvider.Instance;
+                case County.QY:
+                    return QYNotificationOfActionProvider.Instance;
+                case County.JY:
+                    return JYNotificationOfActionProvider.Instance;
+                case County.SC:
+                    return SCNotificationOfActionProvider.Instance;
+                case County.SY:
+                    return SYNotificationOfActionProvider.Instance;
+                case County.JN:
+                    return JNNotificationOfActionProvider.Instance;
+                case County.KFQ:
+                    return KFQNotificationOfActionProvider.Instance;
                 default:
                     return null;
             }