zxl
2025-03-03 eb0e29e72049bc65f943cc864929c332b07f25d0
ycl-pojo/src/main/java/com/ycl/platform/domain/query/PlatformQuery.java
@@ -13,5 +13,11 @@
@Data
@ApiModel(value = "Platform查询", description = "平台运行监控查询")
public class PlatformQuery extends AbsQuery {
    /**
     * 关键字搜索
     */
    private String keyword;
}