fuliqi
2024-09-03 1e0fee57168f6190f5dc5a3e01f8cde2b5561811
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;
}