Helius
2021-06-28 704f69c894146a959dc91890171e3f5ef30c9bc5
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;
}