소스 검색

标签展示

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 = "数据删除标识")