jiangping
2024-11-18 422b8f74f9a602484cce319e302bf9baf127087d
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}