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