fuliqi
2024-09-25 fa074e6bfce456256a4f9aa42c89e69a0582f6e7
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;
}