公告板
版本库
filestore
活动
搜索
登录
谭勇
/
JNPF_ITMS_Cloud
培训系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
刘光辉
昨天
bb638871a7fb692d80f1b7a758f991dc0879002c
[~tanyong/JNPF_ITMS_Cloud.git]
/
jnpf-dms
/
jnpf-dms-biz
/
src
/
main
/
java
/
jnpf
/
dmsService
/
DmsWenjianBianhaoPermissionService.java
1
2
3
4
5
6
7
8
package jnpf.dmsService;
/** 文件编号查询权限的稳定边界;文件目录权限接入时替换其实现。 */
public interface DmsWenjianBianhaoPermissionService {
boolean canApplyRule(String userId, String guizeId);
boolean canViewNumber(String userId, String bianhaoId);
}