|
|
@@ -42,7 +42,7 @@ public class BusDeviceEntity extends TenantGenericEntity<String,String> {
|
|
|
private String mqttConnInfo;
|
|
|
|
|
|
@ApiModelProperty(value = "设备别名")
|
|
|
- @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
+ @TableField(updateStrategy = FieldStrategy.NOT_NULL)
|
|
|
@Length(max = 255,message = "设备别名不得超过255个字符")
|
|
|
private String alias;
|
|
|
|