浏览代码

场景增加备注字段

wangyangyang 4 年之前
父节点
当前提交
8832cb1f7c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      sms_water/src/main/java/com/huaxu/entity/SceneEntity.java

+ 4 - 0
sms_water/src/main/java/com/huaxu/entity/SceneEntity.java

@@ -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 = "数据删除标记")