龚焕茏
2024-08-23 036af8cd158f5768c83cd98ad6dd6256a22feec6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ycl.platform.domain.query;
 
import com.ycl.platform.base.AbsQuery;
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
/**
 * 平台运行监控查询
 *
 * @author xp
 * @since 2024-08-15
 */
@Data
@ApiModel(value = "Platform查询", description = "平台运行监控查询")
public class PlatformQuery extends AbsQuery {
}