tj
2025-03-20 5ac56c82c48200f5bfd82917d04279ff502a906f
src/main/java/com/jsh/erp/service/configSecurity/ConfigSecurityService.java
@@ -1,5 +1,6 @@
package com.jsh.erp.service.configSecurity;
import com.github.pagehelper.PageInfo;
import com.jsh.erp.datasource.entities.ConfigSecurity;
import com.jsh.erp.dto.ConfigSecurityQuery;
@@ -21,4 +22,8 @@
    int deleteBatch(String ids);
    int batchSetStatus(Integer status, String ids) throws Exception;
    PageInfo<ConfigSecurity> findPageInfo(ConfigSecurityQuery configSecurityQuery);
    List<ConfigSecurity> getEnabledListAll();
}