@@ -117,5 +117,5 @@ public class ScenePlus implements Serializable {
private String threeCamType;
@TableField("task_id")
- private Integer taskId;
+ private String taskId;
}