xiangpei
2024-08-15 d67583aafee4044aa1c5313939da3fe3cc5aec13
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 {
}