fuliqi
2025-02-20 a1278f8b1edebde8114ca4add0f32d74495a835b
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;
}