提交 deb28e89 authored 作者: 刘海泉's avatar 刘海泉

merge

上级 22c0b650
...@@ -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;
......
...@@ -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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论