package com.doumee.core.haikang.model.param.respose; 
 | 
  
 | 
import lombok.Data; 
 | 
  
 | 
@Data 
 | 
public class MonitorDataValResponse { 
 | 
private String monitorTypeCode    ;//String    false    监测类型,参考[附录A.70 消防监测类型]@[智慧园区管理平台V1.4.301-附录-附录A 数据字典#附录A.70 消防监测类型]中类型大类 
 | 
private String monitorTypeName    ;//String    false    监测名称 
 | 
private String monitorValue;//    String    false    监测值 
 | 
private String monitorChannelId    ;//String    false    监测值所属通道Id 
 | 
private String monitorSpecificName;//    String    false    监测小类名称 
 | 
private String monitorTypeKey;//    String    false    监测小类key,,参考[附录A.70 消防监测类型]@[智慧园区管理平台V1.4.301-附录-附录A 数据字典#附录A.70 消防监测类型]中类型小类key 
 | 
} 
 |