Administrator
2025-04-29 c7822fa55f611d09cec304991ca4a9275791de9d
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;