Commit d03c7438 authored by caotao's avatar caotao

1.处理车辆信息维护后司机、速度阈值、手机号不回显问题

parent 9b62ada3
...@@ -210,6 +210,14 @@ public class CarMessage { ...@@ -210,6 +210,14 @@ public class CarMessage {
@TableField(exist = false) @TableField(exist = false)
private String iotDeviceName; private String iotDeviceName;
// 2023年11月6日 11点16分添加
@ApiModelProperty(value = "司机")
private String driver;
// 2023年11月6日 11点16分添加
@ApiModelProperty(value = "联系电话")
private String phone;
// 2023年11月6日 11点16分添加
@ApiModelProperty(value = "速度阈值")
private Double maxSpeed;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment