lotnumber
This commit is contained in:
@ -26,6 +26,9 @@ public class StoreCarDTO {
|
|||||||
@ApiModelProperty("IoT识别码")
|
@ApiModelProperty("IoT识别码")
|
||||||
private String iotCode;
|
private String iotCode;
|
||||||
|
|
||||||
|
@ApiModelProperty("IoT识别号")
|
||||||
|
private String lotNumber;
|
||||||
|
|
||||||
@ApiModelProperty("车辆品牌ID")
|
@ApiModelProperty("车辆品牌ID")
|
||||||
private Long brandId;
|
private Long brandId;
|
||||||
|
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
zom.pick_car_time,
|
zom.pick_car_time,
|
||||||
zc.update_time,
|
zc.update_time,
|
||||||
zc.store_id,
|
zc.store_id,
|
||||||
zc.lot_number as iot_code,
|
zc.lot_number,
|
||||||
zc.iot_status,
|
zc.iot_status,
|
||||||
zcm.max_speed,
|
zcm.max_speed,
|
||||||
zcm.weight
|
zcm.weight
|
||||||
|
|||||||
Reference in New Issue
Block a user