Explorar o código

场景增加备注字段

wangyangyang %!s(int64=4) %!d(string=hai) anos
pai
achega
8832cb1f7c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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 = "数据删除标记")