仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PLTWEB
平台WEB项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
UI授权功能查询
xiejun
2024-09-04
ac3f3629a261770f573f27e5e23f7ec19d096c2a
[PLTWEB.git]
/
Source
/
Service
/
FrameService
/
src
/
com
/
vci
/
server
/
framework
/
appConfig
/
AppConfigCategoryDao.java
1
2
3
4
package com.vci.server.framework.appConfig;
import com.vci.server.base.persistence.dao.GenericDao;
public interface AppConfigCategoryDao extends GenericDao<AppConfigCategory, String> {
}