liding
2025-03-28 9fce552f48c898b61fa1cb9be73aa4ae7dfc5bb4
ruoyi-system/src/main/java/com/ruoyi/system/service/CustomService.java
@@ -14,7 +14,7 @@
*/
public interface CustomService extends IService<Custom> {
    Map<String, Object> selectCustomPageList(IPage<Custom> page, Custom custom);
    IPage<Custom> selectCustomPageList(IPage<Custom> page, Custom custom);
    int delCustomById(Long id);