zhuo
2025-04-16 0d0f9bf9cc37073d23889c4d8aa8bb5bd038c85f
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);