浏览代码

标签展示

wangyangyang 4 年之前
父节点
当前提交
0b464beef8
共有 1 个文件被更改,包括 1 次插入0 次删除
  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报警)")
+    @TableField(exist = false)
     private Integer isAlarm;
 
     @ApiModelProperty(value = "数据删除标识")