Commit a7537c2b by shiwenbo

增加OA待办提醒功能权限元数据

parent e193a5bf
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
<dependency>com.xyst.dinas.oa.auth.PerformanceAssessApproveList</dependency> <dependency>com.xyst.dinas.oa.auth.PerformanceAssessApproveList</dependency>
<dependency>com.xyst.dinas.oa.auth.PerformanceAssessScoreList</dependency> <dependency>com.xyst.dinas.oa.auth.PerformanceAssessScoreList</dependency>
<dependency>com.xyst.dinas.oa.auth.OAWorkflowSetting</dependency> <dependency>com.xyst.dinas.oa.auth.OAWorkflowSetting</dependency>
<dependency>com.xyst.dinas.oa.auth.OARemind</dependency>
<dependency>com.xyst.dinas.contract.auth.ContractList</dependency> <dependency>com.xyst.dinas.contract.auth.ContractList</dependency>
<dependency>com.xyst.dinas.contract.auth.ContractApproveList</dependency> <dependency>com.xyst.dinas.contract.auth.ContractApproveList</dependency>
<dependency>com.xyst.dinas.contract.auth.ContractWarningExeList</dependency> <dependency>com.xyst.dinas.contract.auth.ContractWarningExeList</dependency>
...@@ -968,7 +969,7 @@ ...@@ -968,7 +969,7 @@
<m:title>待办提醒</m:title> <m:title>待办提醒</m:title>
<m:index>800</m:index> <m:index>800</m:index>
<m:license></m:license> <m:license></m:license>
<m:privilege></m:privilege> <m:privilege>com.xyst.dinas.oa.auth.OARemind</m:privilege>
<m:function-definition> <m:function-definition>
<m:view>function-portal-remind</m:view> <m:view>function-portal-remind</m:view>
<m:view-config></m:view-config> <m:view-config></m:view-config>
......
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
<description></description> <description></description>
</header> </header>
<content> <content>
<privilege type='TOKEN' target-type='' id='a30f84c4-9d68-4653-86de-42d906eff7c4' category='业务管理/流域区域设置(集团)' seq='0'></privilege> <privilege type='TOKEN' target-type='' id='a30f84c4-9d68-4653-86de-42d906eff7c4' category='业务管理/流域区域设置(集团)' seq='0'></privilege>
</content> </content>
</model> </model>
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<content> <content>
<m:privilege> <m:privilege>
<m:type>TOKEN</m:type> <m:type>TOKEN</m:type>
<m:category>业务管理/流域区域设置(集团)</m:category> <m:category>业务管理/流域区域设置(集团)</m:category>
<m:seq>0</m:seq> <m:seq>0</m:seq>
</m:privilege> </m:privilege>
</content> </content>
......
<model>
<header>
<type>bcp.authz.Privilege</type>
<package>com.xyst.dinas.oa.auth</package>
<name>OARemind</name>
<title>待办提醒</title>
<tags></tags>
<description></description>
</header>
<content>
<privilege type='TOKEN' target-type='' id='315170ec-3d17-4681-be15-7ae6fe6fcfcf' category='OA办公/待办提醒(区域公司)' seq='0'></privilege>
</content>
</model>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<metadata xmlns="http://www.beecode.cn/schema/amino-metadata" xmlns:m="http://www.beecode.cn/schema/bcp-privilege">
<specification>1.0</specification>
<id>315170ec-3d17-4681-be15-7ae6fe6fcfcf</id>
<name>com.xyst.dinas.oa.auth.OARemind</name>
<title>待办提醒</title>
<define>bcp.authz.privilege</define>
<define-version>1.0.0</define-version>
<content>
<m:privilege>
<m:type>TOKEN</m:type>
<m:category>OA办公/待办提醒(区域公司)</m:category>
<m:seq>0</m:seq>
</m:privilege>
</content>
</metadata>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment