liuyu
昨天 6eef0b6730d940ef44e0f66dd8e7d178f1cd2d1f
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);
}