zhuo
2025-02-13 dd046d8bed00a7815bb6a61a9e4f4d8964f0b2a1
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);