소스 검색

Merge remote-tracking branch 'origin/feature-shapesBox-0831-xwj' into test

xiewj 2 년 전
부모
커밋
6cab608019
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/fdkankan/scene/entity/SceneMarkShapeBox.java

+ 2 - 2
src/main/java/com/fdkankan/scene/entity/SceneMarkShapeBox.java

@@ -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")