|
@@ -3,38 +3,22 @@ package com.fdkankan.rabbitmq.bean;
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
|
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
|
|
+import java.util.Map;
|
|
|
|
|
|
@Data
|
|
@Data
|
|
public class BuildSceneCallMessage extends BaseBuildSceneMessage {
|
|
public class BuildSceneCallMessage extends BaseBuildSceneMessage {
|
|
|
|
|
|
- private String unicode;
|
|
|
|
private String path;
|
|
private String path;
|
|
- private String prefix;
|
|
|
|
- private String imgsName;
|
|
|
|
|
|
+
|
|
private String sceneNum;
|
|
private String sceneNum;
|
|
- private String isModel;
|
|
|
|
- private String userName;
|
|
|
|
//不同的相机不同的方法
|
|
//不同的相机不同的方法
|
|
private String cameraType;
|
|
private String cameraType;
|
|
private String algorithm;
|
|
private String algorithm;
|
|
- private String fileId;
|
|
|
|
- private String cameraName;
|
|
|
|
//0表示有4k图,1表示没有
|
|
//0表示有4k图,1表示没有
|
|
private String resolution;
|
|
private String resolution;
|
|
|
|
|
|
//判断调用V2还是V3版本的算法
|
|
//判断调用V2还是V3版本的算法
|
|
private String buildType;
|
|
private String buildType;
|
|
|
|
|
|
- private Long sceneProId;
|
|
|
|
- private String sceneName;
|
|
|
|
- private String webSite;
|
|
|
|
- private Date sceneProCreateTime;
|
|
|
|
- private Long userId;
|
|
|
|
- private String dataSource;
|
|
|
|
- private Integer sceneStatus;
|
|
|
|
- private Integer PayStatus;
|
|
|
|
- private String thumb;
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ private Map<String,Object> ext;
|
|
}
|
|
}
|