Browse Source

标签展示

wangyangyang 4 years ago
parent
commit
0b464beef8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sms_water/src/main/java/com/huaxu/entity/MonitorInfoEntity.java

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

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