Commit 4f2faa80 authored by zhengyi's avatar zhengyi

字段类型错误修复

parent 86b968ef
...@@ -66,11 +66,11 @@ public class OfferRespVO extends OfferBaseVO { ...@@ -66,11 +66,11 @@ public class OfferRespVO extends OfferBaseVO {
@ApiModelProperty("始发仓库id") @ApiModelProperty("始发仓库id")
private Long startWarehouseId; private Long startWarehouseId;
@ApiModelProperty("始发仓库名称") @ApiModelProperty("始发仓库名称")
private Long startWarehouseName; private String startWarehouseName;
@ApiModelProperty("目的仓库id") @ApiModelProperty("目的仓库id")
private Long destWarehouseId; private Long destWarehouseId;
@ApiModelProperty("目的仓库名称") @ApiModelProperty("目的仓库名称")
private Long destWarehouseName; private String destWarehouseName;
@ExcelProperty("运输方式") @ExcelProperty("运输方式")
private String transportType; private String transportType;
......
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