Commit 02baa855 by shiwenbo

增加待办查看功能权限

parent c96d8551
...@@ -89,6 +89,7 @@ ...@@ -89,6 +89,7 @@
<dependency>com.xyst.dinas.biz.auth.SandMiningAreaCheckList</dependency> <dependency>com.xyst.dinas.biz.auth.SandMiningAreaCheckList</dependency>
<dependency>com.xyst.dinas.camera.auth.CameraInfoList</dependency> <dependency>com.xyst.dinas.camera.auth.CameraInfoList</dependency>
<dependency>com.xyst.dinas.fileshared.auth.FilesharedList</dependency> <dependency>com.xyst.dinas.fileshared.auth.FilesharedList</dependency>
<dependency>com.xyst.dinas.biz.auth.Notification</dependency>
<content> <content>
<m:function-tree> <m:function-tree>
<m:parent></m:parent> <m:parent></m:parent>
...@@ -110,7 +111,7 @@ ...@@ -110,7 +111,7 @@
<m:title>待办</m:title> <m:title>待办</m:title>
<m:index>1050</m:index> <m:index>1050</m:index>
<m:license></m:license> <m:license></m:license>
<m:privilege></m:privilege> <m:privilege>com.xyst.dinas.biz.auth.Notification</m:privilege>
<m:function-definition> <m:function-definition>
<m:view>functions</m:view> <m:view>functions</m:view>
<m:view-config></m:view-config> <m:view-config></m:view-config>
......
<model>
<header>
<type>bcp.authz.Privilege</type>
<package>com.xyst.dinas.biz.auth</package>
<name>Notification</name>
<title>查看</title>
<tags></tags>
<description></description>
</header>
<content>
<privilege type='TOKEN' target-type='' id='b6c605f4-cfbd-471e-b914-99582091a37b' category='其他/待办(区域公司)' 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>b6c605f4-cfbd-471e-b914-99582091a37b</id>
<name>com.xyst.dinas.biz.auth.Notification</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>其他/待办</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