仪表盘
版本库
文件存储
活动
搜索
登录
main
/
jshERP
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
高级安全防护
tj
2025-03-20
5ac56c82c48200f5bfd82917d04279ff502a906f
[jshERP.git]
/
src
/
main
/
java
/
com
/
jsh
/
erp
/
datasource
/
mappers
/
ConfigSecurityMapperEx.java
1
2
3
4
5
6
7
8
9
10
package com.jsh.erp.datasource.mappers;
import com.jsh.erp.datasource.entities.ConfigSecurity;
import java.util.List;
public interface ConfigSecurityMapperEx {
List<ConfigSecurity> getEnabledListAll();
}