Sfoglia il codice sorgente

修改实体对象

xiewj 2 anni fa
parent
commit
f501128096

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