package com.jsh.erp.datasource.mappers; import com.jsh.erp.datasource.entities.ConfigSecurity; import java.util.List; public interface ConfigSecurityMapperEx { List getEnabledListAll(); }