|
|
@@ -3,6 +3,9 @@ package com.zhongshu.iot.client.model.artemis;
|
|
|
import cn.hutool.json.JSONObject;
|
|
|
import com.github.microservice.models.baseParam.SuperModel;
|
|
|
import com.github.microservice.types.FunctionType;
|
|
|
+import com.github.microservice.types.deviceUse.DeviceCategory;
|
|
|
+import com.github.microservice.types.deviceUse.DeviceType;
|
|
|
+import com.github.microservice.types.deviceUse.RegistType;
|
|
|
import com.zhongshu.iot.client.type.EventType;
|
|
|
import com.zhongshu.iot.client.type.OperationType;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
@@ -57,6 +60,12 @@ public class OperationMessageResultModel extends SuperModel {
|
|
|
@Schema(description = "设备ID")
|
|
|
private String deviceId;
|
|
|
|
|
|
+ @Schema(description = "设备类型:消费机 闸机")
|
|
|
+ private DeviceType deviceType;
|
|
|
+
|
|
|
+ @Schema(description = "区分是网关、设备")
|
|
|
+ private DeviceCategory deviceCategory;
|
|
|
+
|
|
|
@Schema(description = "分组code")
|
|
|
private String projectCode;
|
|
|
|