@@ -95,6 +95,10 @@ public class SceneEntity implements Serializable {
@ApiModelProperty(value = "纬度")
private BigDecimal pointY;
+ /** 纬度 */
+ @ApiModelProperty(value = "备注")
+ private String remark;
+
/** 数据删除标记 */
@TableLogic
@ApiModelProperty(value = "数据删除标记")