|
@@ -31,10 +31,10 @@ public class SceneMarkShapeBox implements Serializable {
|
|
|
|
|
|
@TableField(typeHandler = FastjsonTypeHandler.class, value = "boxes")
|
|
|
private List<JSONObject> boxes;
|
|
|
- @TableField(typeHandler = FastjsonTypeHandler.class, value = "boundingBox")
|
|
|
+ @TableField(typeHandler = FastjsonTypeHandler.class, value = "bounding_box")
|
|
|
private JSONObject boundingBox;
|
|
|
|
|
|
- @TableField("sceneNum")
|
|
|
+ @TableField("scene_num")
|
|
|
private String sceneNum;
|
|
|
|
|
|
@TableField("create_time")
|