Browse Source

场景增加备注字段

wangyangyang 4 years ago
parent
commit
8832cb1f7c
1 changed files with 4 additions and 0 deletions
  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 = "纬度")
     private BigDecimal pointY;
 
+    /** 纬度 */
+    @ApiModelProperty(value = "备注")
+    private String remark;
+
     /** 数据删除标记 */
     @TableLogic
     @ApiModelProperty(value = "数据删除标记")