
cn.foxtech.common.entity.entity.DeviceBase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fox-edge-server-common-entity-service Show documentation
Show all versions of fox-edge-server-common-entity-service Show documentation
fox-edge-server-common-entity-service
package cn.foxtech.common.entity.entity;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import lombok.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
@Getter(value = AccessLevel.PUBLIC)
@Setter(value = AccessLevel.PUBLIC)
public class DeviceBase extends BaseEntity {
/**
* 设备名称
*/
private String deviceName;
/**
* 设备类型名
*/
private String deviceType;
/**
* 设备厂商名称
*/
private String manufacturer;
/**
* 通道名称:连接设备的服务名,比如"serialport"
*/
private String channelType;
/**
* 通道名称:连接设备的串口名,比如"COM1"
*/
private String channelName;
/**
* 业务Key
*
* @return 业务Key
*/
public List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy