fuliqi
2024-08-21 26b03b6720fe222be3fdad7931a94a4842dca0c2
ycl-server/src/main/java/com/ycl/platform/mapper/PlatformMapper.java
@@ -9,6 +9,8 @@
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
 * 平台运行监控 Mapper 接口
 *
@@ -28,6 +30,6 @@
    /**
    *  分页
    */
    IPage getPage(IPage page, @Param("query") PlatformQuery query);
    List<PlatformVO> getPage(@Param("query") PlatformQuery query);
}