wangyangyang 4 éve
szülő
commit
0b464beef8

+ 1 - 0
sms_water/src/main/java/com/huaxu/entity/MonitorInfoEntity.java

@@ -88,6 +88,7 @@ public class MonitorInfoEntity{
 
     /** 是否报警 */
     @ApiModelProperty(value = "是否报警(0不报警1报警)")
+    @TableField(exist = false)
     private Integer isAlarm;
 
     @ApiModelProperty(value = "数据删除标识")