tj
2025-03-20 5ac56c82c48200f5bfd82917d04279ff502a906f
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();
}