﻿<?xml version="1.0" encoding="utf-8"?>
<!--
    通用新内容提醒模块注册    
    
    配置说明：
   Root：根菜单名称
    Parent：此模块父菜单名称
    Name：模块名称
    Desc：模块语音提醒时的播报描述，手持系统会用到,没用到的可以不配
    DLL：继承通知接口的实现类所在的DLL动态库文件名
    Class：具体的实现类，全名称，即命名空间+类名
    Tag：特殊参数，可不配置
    
    内置二个通用通知接口的实现类：
    SQLNotification：
    根据SQL语句查询通知数目，使用{0}作为占位符。可返回新内容的ID表，或者直接返回新内容数目；
    此种配置下，Tag对应的是使用的SQL语句；
    示例如下：
    <WebBizModule>
      <Parent></Parent>
      <Name>示例查询语句</Name>
      <DLL>Zondy_MapGISCitySvr_NewNotification</DLL>
      <Class>Zondy_MapGISCitySvr_NewNotification.SQLNotification</Class>
      <Tag>
        SELECT COUNT(用户ID) FROM FLOW_USERS WHERE 用户ID={0}
      </Tag>
    </WebBizModule>    
    
    ProcedureNotification：
    根据存储过程查询通知数目，要求此存储过程参数为INT类型的userID，返回结果是一张表；
    此种配置下，Tag对应的是使用的存储过程名称；
    示例如下：
    <WebBizModule>
      <Parent></Parent>
      <Name>示例存储过程</Name>
      <DLL>Zondy_MapGISCitySvr_NewNotification</DLL>
      <Class>Zondy_MapGISCitySvr_NewNotification.ProcedureNotification</Class>
      <Tag>MyProcedureName</Tag>
    </WebBizModule>
-->
<Modules>
  <!--手持系统 -->
  <MobileModules>
    <MobileModule>
      <Parent>基本功能</Parent>
      <Name>即时信息</Name>
      <Desc>即时信息</Desc>
      <DLL>Zondy_MapGISCitySvr_MobileBusiness</DLL>
      <Class>Zondy_MapGISCitySvr_MobileBusiness.Code.Module.Notification.SMSNotification</Class>
    </MobileModule>
    <MobileModule>
      <Parent>工单办理</Parent>
      <Name>事件调度箱</Name>
      <Desc>事件调度箱</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.EventListMainNotification</Class>
    </MobileModule>
    <MobileModule>
      <Parent>工单办理</Parent>
      <Name>工地建档办理</Name>
      <Desc>工地建档办理</Desc>
      <DLL>MapGISCitySvr_Patrol_Standard</DLL>
      <Class>MapGISCitySvr_Patrol_Standard.Module.MobileCaseNotification</Class>
      <Tag>flowName=建设工地管理流程</Tag>
    </MobileModule>
    <MobileModule>
      <Parent>工单办理</Parent>
      <Name>设施维修办理</Name>
      <Desc>设施维修办理</Desc>
      <DLL>MapGISCitySvr_Patrol_Standard</DLL>
      <Class>MapGISCitySvr_Patrol_Standard.Module.MobileCaseNotification</Class>
      <Tag>flowName=设备维修流程,设备专项维修流程,上级办理流程</Tag>
    </MobileModule>
    <MobileModule>
      <Parent>工单办理</Parent>
      <Name>违法事件办理</Name>
      <Desc>违法事件办理</Desc>
      <DLL>MapGISCitySvr_Patrol_Standard</DLL>
      <Class>MapGISCitySvr_Patrol_Standard.Module.MobileCaseNotification</Class>
      <Tag>flowName=违法问题处理流程</Tag>
    </MobileModule>
    <MobileModule>
      <Parent>工单办理</Parent>
      <Name>设备维修办理</Name>
      <Desc>设备维修办理</Desc>
      <DLL>MapGISCitySvr_Patrol_Standard</DLL>
      <Class>MapGISCitySvr_Patrol_Standard.Module.MobileCaseNotification</Class>
      <Tag>flowName=隧道及泵站故障维修流程,隧道及泵站大型维护流程</Tag>
    </MobileModule>
    <MobileModule>
      <Parent>工单办理</Parent>
      <Name>标准工单箱</Name>
      <Desc>标准工单</Desc>
      <DLL>MapGISCitySvr_Patrol_Standard</DLL>
      <Class>MapGISCitySvr_Patrol_Standard.Module.MobileCaseNotification</Class>
      <Tag>flowName=建设工地管理流程,下井管理流程,设备维修流程,上级办理流程,设备专项维修流程,汛前准备处理流程,汛情抢险处理流程,安全文明问题整改流程,隧道及泵站故障维修流程,隧道及泵站大型维护流程,巡检计划审核,养护计划审核</Tag>
    </MobileModule>
    <MobileModule>
      <Parent>排水设施巡查</Parent>
      <Name>巡查任务</Name>
      <Desc>巡查任务</Desc>
      <DLL>MapGISCitySvr_Patrol_Standard</DLL>
      <Class>MapGISCitySvr_Patrol_Standard.Module.MobileTask</Class>
    </MobileModule>
    <MobileModule>
      <Parent>排水设施养护</Parent>
      <Name>雨水篦养护</Name>
      <Desc>雨水篦养护</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.NewYHTaskNotification</Class>
    </MobileModule>
    <MobileModule>
      <Parent>排水设施养护</Parent>
      <Name>管道养护</Name>
      <Desc>管道养护</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.NewYHTaskNotification</Class>
    </MobileModule>
    <MobileModule>
      <Parent>排水设施养护</Parent>
      <Name>检查井养护</Name>
      <Desc>检查井养护</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.NewYHTaskNotification</Class>
    </MobileModule>
    <MobileModule>
      <Parent>排水设施养护</Parent>
      <Name>检查下井养护</Name>
      <Desc>检查下井养护</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.NewYHTaskNotification</Class>
    </MobileModule>
    <MobileModule>
      <Parent>隧道泵站巡查</Parent>
      <Name>隧道巡查</Name>
      <Desc>隧道巡查</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.NewYHTaskNotification</Class>
    </MobileModule>
    <MobileModule>
      <Parent>隧道泵站巡查</Parent>
      <Name>泵站巡查</Name>
      <Desc>泵站巡查</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.NewYHTaskNotification</Class>
    </MobileModule>
    <MobileModule>
      <Parent>隧道泵站巡查</Parent>
      <Name>截污堰巡查</Name>
      <Desc>截污堰巡查</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.NewYHTaskNotification</Class>
    </MobileModule>
    <MobileModule>
      <Parent>事件上报管理</Parent>
      <Name>事件总览</Name>
      <Desc>事件总览</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.EventOverviewNotification</Class>
    </MobileModule>
    <MobileModule>
      <Parent>防汛管理</Parent>
      <Name>防汛任务</Name>
      <Desc>防汛任务</Desc>
      <DLL>MapGISCitySvr_Patrol_Standard</DLL>
      <Class>MapGISCitySvr_Patrol_Standard.Module.MobileTask</Class>
      <Tag>planType=防汛任务</Tag>
    </MobileModule>
    <MobileModule>
      <Parent>防汛管理</Parent>
      <Name>泵站防汛任务</Name>
      <Desc>泵站防汛任务</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.NewYHTaskNotification</Class>
    </MobileModule>
    <MobileModule>
      <Parent>防汛管理</Parent>
      <Name>易涝点防汛任务</Name>
      <Desc>易涝点防汛任务</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.NewYHTaskNotification</Class>
    </MobileModule>
    <MobileModule>
      <Parent>防汛管理</Parent>
      <Name>物资存储点防汛任务</Name>
      <Desc>物资存储点防汛任务</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.NewYHTaskNotification</Class>
    </MobileModule>
  </MobileModules>
  <!--业务系统-->
  <WebBizModules>
    <WebBizModule>
      <Parent>
      </Parent>
      <Name>示例查询语句</Name>
      <DLL>Zondy_MapGISCitySvr_NewNotification</DLL>
      <Class>Zondy_MapGISCitySvr_NewNotification.SQLNotification</Class>
      <Tag>
        select count(main.CaseID)
        from CIV_GD_WX_CASELIST main
        , FLOWDOINGCASE doing
        , FLOWNODE node
        , FLOWCTRLTBL caseInfo
        , LANDFLOWGLOB landNow left join LANDFLOWGLOB landPre on landNow.PRESTEP = landPre.ID0
        , CIV_GD_WX_CASE_FLOW caseJoin
        where landNow.ID0 = doing.ID0
        and doing.活动ID = node.活动ID
        and doing.流程ID = caseInfo.流程ID
        and caseJoin.CaseID = main.CaseID
        and caseJoin.CaseNO = doing.案件编号
        and main.EXIST = 1
        and doing.承办人ID={0}
      </Tag>
    </WebBizModule>
    <!-- 数字市政巡检养护系统 V4.0 -->
    <WebBizModule>
      <Parent>事件管理</Parent>
      <Name>待处理事件</Name>
      <Desc>1</Desc>
      <DLL>MapgisCity_WXYH_Product</DLL>
      <Class>MapgisCity_WXYH_Product.Notification.EventListNotification</Class>
      <Tag>
      </Tag>
    </WebBizModule>
    <WebBizModule>
      <Parent>工单任务</Parent>
      <Name>维修办理</Name>
      <Desc>1</Desc>
      <DLL>MapgisCity_WXYH_Product</DLL>
      <Class>MapgisCity_WXYH_Product.Notification.CaseListNotification</Class>
      <Tag>
      </Tag>
    </WebBizModule>
    <!-- 数字市政工单调度中心 V3.0 -->
    <WebBizModule>
      <Parent>工单中心</Parent>
      <Name>事件调度箱</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.EventListMainNotification</Class>
      <Tag>
      </Tag>
    </WebBizModule>
    <!--巡检子系统 -->
    <WebBizModule>
      <Parent>工地建档管理</Parent>
      <Name>建设工地办理</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>sysType=业务系统&amp;flowName=建设工地管理流程</Tag>
    </WebBizModule>
    <WebBizModule>
      <Root>计划管理</Root>
      <Parent>计划管理</Parent>
      <Name>计划审核</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>sysType=业务系统&amp;flowName=巡检计划审核</Tag>
    </WebBizModule>
    <!--养护子系统 -->
    <WebBizModule>
      <Root>计划管理</Root>
      <Parent>管道养护管理</Parent>
      <Name>管道养护计划审核</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>sysType=业务系统&amp;flowName=管段养护计划审核</Tag>
    </WebBizModule>
    <WebBizModule>
      <Root>计划管理</Root>
      <Parent>雨水篦养护管理</Parent>
      <Name>雨水篦养护审核</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>sysType=业务系统&amp;flowName=雨水篦养护计划审核</Tag>
    </WebBizModule>
    <WebBizModule>
      <Root>计划管理</Root>
      <Parent>检查井养护管理</Parent>
      <Name>检查井养护审核</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>sysType=业务系统&amp;flowName=井养护计划审核</Tag>
    </WebBizModule>
    <WebBizModule>
      <Root>下井管理</Root>
      <Parent>下井管理</Parent>
      <Name>下井工单办理</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>sysType=业务系统&amp;flowName=下井管理流程</Tag>
    </WebBizModule>
    <WebBizModule>
      <Root>事件管理</Root>
      <Parent>处置调度</Parent>
      <Name>设施故障调度</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.EventListMainNotification</Class>
      <Tag>sysType=业务系统&amp;eventType=设施问题上报</Tag>
    </WebBizModule>
    <WebBizModule>
      <Root>事件管理</Root>
      <Parent>处置调度</Parent>
      <Name>违规违法调度</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.EventListMainNotification</Class>
      <Tag>sysType=业务系统&amp;eventType=违规违法问题上报</Tag>
    </WebBizModule>
    <WebBizModule>
      <Parent>事件管理</Parent>
      <Name>事件办理</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>sysType=业务系统&amp;flowName=设备维修流程,上级办理流程</Tag>
    </WebBizModule>
    <WebBizModule>
      <Parent>专项养护管理</Parent>
      <Name>专项养护办理</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>sysType=业务系统&amp;flowName=设备专项维修流程</Tag>
    </WebBizModule>
    <!--隧道管理子系统 -->
    <WebBizModule>
      <Parent>故障管理</Parent>
      <Name>设备故障调度</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.EventListMainNotification</Class>
      <Tag>
	eventType=泵站故障上报,截污堰故障上报,隧道故障上报
      </Tag>
    </WebBizModule>
    <WebBizModule>
      <Parent>维护管理</Parent>
      <Name>维护工单办理</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>sysType=业务系统&amp;flowName=隧道及泵站大型维护流程</Tag>
    </WebBizModule>
    <WebBizModule>
      <Parent>故障管理</Parent>
      <Name>设备故障办理</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>sysType=业务系统&amp;flowName=隧道及泵站故障维修流程</Tag>
    </WebBizModule>
    <!--防汛抢险管理子系统 -->
    <WebBizModule>
      <Root>抢险管理</Root>
      <Parent>抢险处理管理</Parent>
      <Name>警情调度</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.EventListMainNotification</Class>
      <Tag>eventType=警情上报</Tag>
    </WebBizModule>
    <WebBizModule>
      <Root>抢险管理</Root>
      <Parent>抢险处理管理</Parent>
      <Name>抢险工单办理</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>sysType=业务系统&amp;flowName=汛情抢险处理流程</Tag>
    </WebBizModule>
    <WebBizModule>
      <Parent>汛前检查</Parent>
      <Name>汛前检查办理</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>sysType=业务系统&amp;flowName=汛前准备处理流程</Tag>
    </WebBizModule>
    <WebBizModule>
      <Parent>汛前检查</Parent>
      <Name>隧道巡查</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>sysType=业务系统&amp;flowName=汛前准备处理流程</Tag>
    </WebBizModule>
    <!--工作管理子系统 -->
    <WebBizModule>
      <Parent>安全文明问题管理</Parent>
      <Name>问题办理</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>sysType=业务系统&amp;flowName=安全文明问题整改流程</Tag>
    </WebBizModule>
    <WebBizModule>
      <Parent>工单中心</Parent>
      <Name>接单提醒</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.ReceivedCaseNotification</Class>
      <Tag>
      </Tag>
    </WebBizModule>
    <WebBizModule>
      <Parent>工单中心</Parent>
      <Name>未接单提醒</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.ReceivedCaseNotification</Class>
      <Tag>
      </Tag>
    </WebBizModule>
    <WebBizModule>
      <Parent>工单中心</Parent>
      <Name>工单处理</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>
      </Tag>
    </WebBizModule>
    <WebBizModule>
      <Parent>工单中心</Parent>
      <Name>标准工单箱</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.CaseDealNotification</Class>
      <Tag>
      </Tag>
    </WebBizModule>
    <WebBizModule>
      <Parent>维修管理</Parent>
      <Name>事件调度</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.EventListCDTaskNotification</Class>
      <Tag>
      </Tag>
    </WebBizModule>
    <WebBizModule>
      <Parent>维修管理</Parent>
      <Name>维修工单办理</Name>
      <Desc>1</Desc>
      <DLL>Zondy_MapGISCitySvr_CaseManage</DLL>
      <Class>Zondy_MapGISCitySvr_CaseManage.Notification.ReceivedCaseserviceNotification</Class>
      <Tag>
      </Tag>
    </WebBizModule>
  </WebBizModules>
  <!--WebGIS-->
  <WebGISModules>
    <WebGISModule>
      <Parent>
      </Parent>
      <Name>
      </Name>
      <Desc>
      </Desc>
      <DLL>
      </DLL>
      <Class>
      </Class>
    </WebGISModule>
  </WebGISModules>
</Modules>