Administrator
8 days ago 77f0205db7a5b9f3d0da4c8e18b7a706d5cf37b7
src/main/java/cc/mrbird/febs/mall/dto/AddRefundDto.java
@@ -15,6 +15,9 @@
    @ApiModelProperty(value = "订单ID", example = "1")
    private Long id;
    @ApiModelProperty(value = "退款类型", example = "1-仅退款不退货2-退款退货")
    private Integer type;
    @ApiModelProperty(value = "退款原因", example = "太差了")
    private String reason;