提交 26961528 authored 作者: 李瑞鑫's avatar 李瑞鑫

编译问题修改

上级 62e89676
...@@ -99,7 +99,7 @@ public class PerformanceProgress implements HasKey<Integer> { ...@@ -99,7 +99,7 @@ public class PerformanceProgress implements HasKey<Integer> {
@TableField("pending_truck") @TableField("pending_truck")
@ApiModelProperty("挂单车数") @Schema(description="挂单车数")
private Integer pendingTruck; private Integer pendingTruck;
......
...@@ -242,7 +242,7 @@ public class OrderGoodsVO { ...@@ -242,7 +242,7 @@ public class OrderGoodsVO {
private Integer alreadyTransportTruckAmount; private Integer alreadyTransportTruckAmount;
@ApiModelProperty(value = "贸易商名称") @Schema(description = "贸易商名称")
private String cooperativeCompaniesName; private String cooperativeCompaniesName;
} }
\ No newline at end of file
...@@ -95,7 +95,7 @@ public class PerformanceProgressVO{ ...@@ -95,7 +95,7 @@ public class PerformanceProgressVO{
@Schema(description="挂单吨数") @Schema(description="挂单吨数")
private BigDecimal pendingWeight; private BigDecimal pendingWeight;
@ApiModelProperty("挂单车数") @Schema(description="挂单车数")
private Integer pendingTruck; private Integer pendingTruck;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论