tj
2025-03-20 55f2cdcc58e36210f0c6be9c93488bf37d1c8f5e
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,6 @@
    int deleteBatch(String ids);
    int batchSetStatus(Integer status, String ids) throws Exception;
    PageInfo<ConfigSecurity> findPageInfo(ConfigSecurityQuery configSecurityQuery);
}