提交 461a168b authored 作者: 艾庆国's avatar 艾庆国

代码优化

上级 0c722f96
......@@ -20,5 +20,6 @@ public class DriverTraceVO {
private String gpsTime;
@ApiModelProperty(value = "停留时长(min)", example = "12.3")
private BigDecimal stayTime=BigDecimal.ZERO;
@ApiModelProperty(value = "车辆状态:1空车 2重车", example = "1")
private Integer truckStatus;
}
......@@ -28,5 +28,6 @@ public class DriverTruckTraceVO {
private String gpsTime;
@ApiModelProperty(value = "停留时长(min)", example = "12.3")
private BigDecimal stayTime=BigDecimal.ZERO;
@ApiModelProperty(value = "车辆状态:1空车 2重车", example = "1")
private Integer truckStatus;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论