src/main/java/com/whyc/pojo/db_area/LockInf.java
@@ -91,6 +91,9 @@ @ApiModelProperty(value = "工作模式(0:离线模式,1:在线模式)") private Integer model; @ApiModelProperty(value = "锁的蓝牙状态(0:关闭,1:开启)") private Integer blState; @TableField(exist = false) private List<AuthiruzeInf> authList;