Administrator
4 days ago cff5c329d5b11b2542dddcda4c6cc753520bd49e
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;