Helius
2021-06-29 ac70d6dc68640056bb1d3e3b200c71d4ba3b2abe
gc-order/src/main/java/com/xzx/gc/order/vo/JhyOrderListVo.java
@@ -55,4 +55,13 @@
    @ApiModelProperty(value = "损耗重量")
    private int lossWeight;
    @ApiModelProperty(value = "状态")
    private Integer status;
    @ApiModelProperty(value = "集物员姓名")
    private String jhyName;
    @ApiModelProperty(value = "集物员电话")
    private String jhyPhone;
}