🔨 监控页面连接终端.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
*/
|
||||
package org.dromara.visor.module.monitor.convert;
|
||||
|
||||
import org.dromara.visor.common.mapstruct.StringConversion;
|
||||
import org.dromara.visor.module.asset.entity.dto.host.HostDTO;
|
||||
import org.dromara.visor.module.asset.entity.dto.host.HostQueryDTO;
|
||||
import org.dromara.visor.module.monitor.entity.domain.MonitorHostDO;
|
||||
@@ -40,7 +41,7 @@ import org.mapstruct.factory.Mappers;
|
||||
* @version 1.0.0
|
||||
* @since 2025-8-14 16:27
|
||||
*/
|
||||
@Mapper
|
||||
@Mapper(uses = StringConversion.class)
|
||||
public interface MonitorHostConvert {
|
||||
|
||||
MonitorHostConvert MAPPER = Mappers.getMapper(MonitorHostConvert.class);
|
||||
|
||||
@@ -76,6 +76,9 @@ public class MonitorHostVO implements Serializable {
|
||||
@Schema(description = "主机地址")
|
||||
private String address;
|
||||
|
||||
@Schema(description = "主机类型")
|
||||
private List<String> types;
|
||||
|
||||
@Schema(description = "主机状态")
|
||||
private String status;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user