xiaoyong931011
2021-06-30 cd4f41c98dd9a071b3e2003e324b9fd61472c7f4
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;
}