公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
报表完善0905
chengf
2025-09-05
cf7052bd8f8516516d6f424b4df35c6329ee1d16
[Lianxun_Java.git]
/
service-api
/
src
/
main
/
java
/
com
/
java110
/
api
/
smo
/
privilege
/
IPrivilegeSMO.java
1
2
3
4
5
6
7
8
9
package com.java110.api.smo.privilege;
import com.java110.core.context.IPageData;
import org.springframework.web.client.RestTemplate;
public interface IPrivilegeSMO {
void hasPrivilege(RestTemplate restTemplate, IPageData pd, String resource);
}