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