All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hp.message.domain.result.EquiResult Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.hp.message.domain.result;

import lombok.Data;

import java.util.Date;

/**
 * @author 尚肖磊
 * @create 2021-06-10 15:33
 * @Description: 设备结果对象
 */
@Data
public class EquiResult {

    private Integer companyId;

    private Integer projectId;

    private String projectName;

    private Integer groupId;

    private String groupName;

    private Integer equiId;

    private String equiName;

    private String equiSno;

    private String equiUid;

    private String equiImei;

    private String equiPassword;

    /**
     * 设备状态 1 在线 2 离线 3 升级中 4 配置中
     */
    private String workStatus;

    private Boolean netMonitor;

    private Integer equiSort;

    /**
     * 数据处理模式 1 数据模板 2 数据透传
     */
    private String dataHandleType;

    private Date createTime;

    private Date updateTime;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy